Skip to content

Commit 585c561

Browse files
author
Chris Nelson
committed
trying to add another npm
1 parent b403934 commit 585c561

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/app/angular-cli-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {Component, ViewEncapsulation} from 'angular2/core';
22
import ng2test from 'ng2-cli-test-lib/ng2-cli-test-lib';
33
import {TestService, TestService2} from 'ng2-cli-test-lib/ng2-cli-test-lib';
4+
import PhoenixChannels from "angular2-phoenix-channels";
45

56
@Component({
67
selector: 'angular-cli-test-app',

src/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@
2525
},
2626
'ng2-cli-test-lib': {
2727
defaultExtension: 'js'
28+
},
29+
'angular2-phoenix-channels': {
30+
defaultExtension: 'js'
2831
}
2932
},
3033
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'
3236
}
3337
});
3438
System.import('app.js').then(null, console.error.bind(console));

0 commit comments

Comments
 (0)