File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { Component , ViewEncapsulation } from 'angular2/core' ;
2
2
import ng2test from 'ng2-cli-test-lib/ng2-cli-test-lib' ;
3
3
import { TestService , TestService2 } from 'ng2-cli-test-lib/ng2-cli-test-lib' ;
4
+ import PhoenixChannels from "angular2-phoenix-channels" ;
4
5
5
6
@Component ( {
6
7
selector : 'angular-cli-test-app' ,
Original file line number Diff line number Diff line change 25
25
} ,
26
26
'ng2-cli-test-lib' : {
27
27
defaultExtension : 'js'
28
+ } ,
29
+ 'angular2-phoenix-channels' : {
30
+ defaultExtension : 'js'
28
31
}
29
32
} ,
30
33
map : {
31
- 'ng2-cli-test-lib' : 'node_modules/ng2-cli-test-lib'
34
+ 'ng2-cli-test-lib' : 'node_modules/ng2-cli-test-lib' ,
35
+ 'angular2-phoenix-channels' : 'node_modules/angular2-phoenix-channels'
32
36
}
33
37
} ) ;
34
38
System . import ( 'app.js' ) . then ( null , console . error . bind ( console ) ) ;
You can’t perform that action at this time.
0 commit comments