chore(build): update angular & friedns

This commit is contained in:
Dmitry Nehaychik 2017-10-20 17:30:54 +03:00
parent eebbc12f68
commit 899d874cdd
8 changed files with 3685 additions and 2461 deletions

View file

@ -13,4 +13,5 @@ if (environment.production) {
enableProdMode();
}
platformBrowserDynamic().bootstrapModule(AppModule);
platformBrowserDynamic().bootstrapModule(AppModule)
.catch(err => console.info(err));

View file

@ -2,20 +2,9 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "es2015",
"baseUrl": "",
"types": [],
"paths": {
"@angular/*": [
"../node_modules/@angular/*"
],
"@nebular/*": [
"../node_modules/@nebular/*"
],
"rxjs/*": [
"../node_modules/rxjs/*"
]
}
"types": []
},
"exclude": [
"test.ts",

View file

@ -2,9 +2,9 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"baseUrl": "./",
"module": "commonjs",
"target": "es5",
"baseUrl": "",
"types": [
"jasmine",
"node"