chore(package): update to angular cli v1.0.0
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
],
|
],
|
||||||
|
"environmentSource": "environments/environment.ts",
|
||||||
"environments": {
|
"environments": {
|
||||||
"source": "environments/environment.ts",
|
|
||||||
"dev": "environments/environment.ts",
|
"dev": "environments/environment.ts",
|
||||||
"prod": "environments/environment.prod.ts"
|
"prod": "environments/environment.prod.ts"
|
||||||
}
|
}
|
||||||
@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
|
|||||||
import { FormsModule } from '@angular/forms';
|
import { FormsModule } from '@angular/forms';
|
||||||
import { BrowserModule } from '@angular/platform-browser';
|
import { BrowserModule } from '@angular/platform-browser';
|
||||||
|
|
||||||
import { TabsModule } from 'ng2-bootstrap';
|
import { TabsModule } from 'ngx-bootstrap/tabs';
|
||||||
import { FileUploadModule } from 'ng2-file-upload';
|
import { FileUploadModule } from 'ng2-file-upload';
|
||||||
|
|
||||||
import { AppComponent } from './app.component';
|
import { AppComponent } from './app.component';
|
||||||
|
|||||||
4
demo/src/typings.d.ts
vendored
4
demo/src/typings.d.ts
vendored
@@ -6,8 +6,8 @@ declare const ENV:string;
|
|||||||
// google code-prettify
|
// google code-prettify
|
||||||
declare const PR:any;
|
declare const PR:any;
|
||||||
|
|
||||||
declare const require:any;
|
// declare const require:any;
|
||||||
declare const global:any;
|
// declare const global:any;
|
||||||
|
|
||||||
declare module jasmine {
|
declare module jasmine {
|
||||||
interface Matchers {
|
interface Matchers {
|
||||||
|
|||||||
@@ -60,12 +60,11 @@
|
|||||||
"@angular/platform-browser-dynamic": "2.4.3",
|
"@angular/platform-browser-dynamic": "2.4.3",
|
||||||
"@angular/router": "3.4.3",
|
"@angular/router": "3.4.3",
|
||||||
"@angular/tsc-wrapped": "0.5.1",
|
"@angular/tsc-wrapped": "0.5.1",
|
||||||
"@ngtools/webpack": "1.2.3",
|
|
||||||
"@types/jasmine": "2.5.40",
|
"@types/jasmine": "2.5.40",
|
||||||
"@types/marked": "0.0.28",
|
"@types/marked": "0.0.28",
|
||||||
"@types/node": "7.0.0",
|
"@types/node": "7.0.0",
|
||||||
"@types/webpack": "^2.2.1",
|
"@types/webpack": "^2.2.1",
|
||||||
"angular-cli": "1.0.0-beta.25.5",
|
"@angular/cli": "1.0.0",
|
||||||
"bootstrap": "3.3.7",
|
"bootstrap": "3.3.7",
|
||||||
"chokidar-cli": "1.2.0",
|
"chokidar-cli": "1.2.0",
|
||||||
"classlist-polyfill": "1.0.3",
|
"classlist-polyfill": "1.0.3",
|
||||||
@@ -95,7 +94,7 @@
|
|||||||
"lodash": "4.17.4",
|
"lodash": "4.17.4",
|
||||||
"markdown-loader": "^0.1.7",
|
"markdown-loader": "^0.1.7",
|
||||||
"marked": "0.3.6",
|
"marked": "0.3.6",
|
||||||
"ng2-bootstrap": "1.2.2",
|
"ngx-bootstrap": "1.6.6",
|
||||||
"ng2-page-scroll": "4.0.0-beta.2",
|
"ng2-page-scroll": "4.0.0-beta.2",
|
||||||
"ngm-cli": "0.4.0",
|
"ngm-cli": "0.4.0",
|
||||||
"npm-run-all": "^4.0.1",
|
"npm-run-all": "^4.0.1",
|
||||||
|
|||||||
2
scripts/typings.d.ts
vendored
2
scripts/typings.d.ts
vendored
@@ -8,7 +8,7 @@ declare const ENV:string;
|
|||||||
// google code-prettify
|
// google code-prettify
|
||||||
declare const PR:any;
|
declare const PR:any;
|
||||||
|
|
||||||
declare const global:any;
|
// declare const global:any;
|
||||||
|
|
||||||
declare module jasmine {
|
declare module jasmine {
|
||||||
interface Matchers {
|
interface Matchers {
|
||||||
|
|||||||
Reference in New Issue
Block a user