upgrade to angular 4

This commit is contained in:
chsakell
2017-04-22 19:45:44 +03:00
parent c86c3acf6e
commit 6c9d0924f1
3 changed files with 19 additions and 22 deletions

View File

@@ -13,6 +13,9 @@
// our app is within the app folder
app: 'app',
// angular bundles
'@angular/animations': 'npm:@angular/animations/bundles/animations.umd.js',
'@angular/animations/browser': 'npm:@angular/animations/bundles/animations-browser.umd.js',
'@angular/platform-browser/animations': 'npm:@angular/platform-browser/bundles/platform-browser-animations.umd.js',
'@angular/core': 'npm:@angular/core/bundles/core.umd.js',
'@angular/common': 'npm:@angular/common/bundles/common.umd.js',
'@angular/compiler': 'npm:@angular/compiler/bundles/compiler.umd.js',