chore(package): update to angular cli v1.0.0

This commit is contained in:
Dmitriy Shekhovtsov
2017-04-10 13:48:58 +03:00
parent 7704e0e970
commit e8d5ced3f6
6 changed files with 7 additions and 7815 deletions

View File

@@ -19,8 +19,8 @@
],
"scripts": [
],
"environmentSource": "environments/environment.ts",
"environments": {
"source": "environments/environment.ts",
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}

View File

@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { BrowserModule } from '@angular/platform-browser';
import { TabsModule } from 'ng2-bootstrap';
import { TabsModule } from 'ngx-bootstrap/tabs';
import { FileUploadModule } from 'ng2-file-upload';
import { AppComponent } from './app.component';

View File

@@ -6,8 +6,8 @@ declare const ENV:string;
// google code-prettify
declare const PR:any;
declare const require:any;
declare const global:any;
// declare const require:any;
// declare const global:any;
declare module jasmine {
interface Matchers {

View File

@@ -60,12 +60,11 @@
"@angular/platform-browser-dynamic": "2.4.3",
"@angular/router": "3.4.3",
"@angular/tsc-wrapped": "0.5.1",
"@ngtools/webpack": "1.2.3",
"@types/jasmine": "2.5.40",
"@types/marked": "0.0.28",
"@types/node": "7.0.0",
"@types/webpack": "^2.2.1",
"angular-cli": "1.0.0-beta.25.5",
"@angular/cli": "1.0.0",
"bootstrap": "3.3.7",
"chokidar-cli": "1.2.0",
"classlist-polyfill": "1.0.3",
@@ -95,7 +94,7 @@
"lodash": "4.17.4",
"markdown-loader": "^0.1.7",
"marked": "0.3.6",
"ng2-bootstrap": "1.2.2",
"ngx-bootstrap": "1.6.6",
"ng2-page-scroll": "4.0.0-beta.2",
"ngm-cli": "0.4.0",
"npm-run-all": "^4.0.1",

View File

@@ -8,7 +8,7 @@ declare const ENV:string;
// google code-prettify
declare const PR:any;
declare const global:any;
// declare const global:any;
declare module jasmine {
interface Matchers {

7807
yarn.lock

File diff suppressed because it is too large Load Diff