Fix bootstrapping around dashboard (#5040)

This commit is contained in:
Anthony Dresser
2019-04-15 23:49:40 -07:00
committed by Alan Ren
parent a5bc65fbfb
commit b75d0b6cb5
5 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ function main() {
'@angular/platform-browser-dynamic',
'@angular/router',
'angular2-grid',
'ng2-charts/ng2-charts',
'ng2-charts',
'rxjs/add/observable/of',
'rxjs/Observable',
'rxjs/Subject',

View File

@@ -60,7 +60,7 @@ function initLoader(opts) {
'@angular/platform-browser-dynamic',
'@angular/router',
'angular2-grid',
'ng2-charts/ng2-charts',
'ng2-charts',
'rxjs/add/observable/of',
'rxjs/Observable',
'rxjs/Subject',