X Tutup
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/angular2/angular2_sfx.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as ng from './angular2';
// the router and http should have their own SFX bundle
// But currently the module arithemtic 'angular2/router_sfx - angular2/angular2',
// But currently the module arithmetic 'angular2/router_sfx - angular2/angular2',
// is not support by system builder.
import * as router from './router';
import * as http from './http';
Expand Down
X Tutup