File tree Expand file tree Collapse file tree
component-test/files/src/app/components/__name__
pipe/files/src/app/pipes/__name__
service/files/src/app/services/__name__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 TestComponentBuilder ,
1010 beforeEachProviders
1111} from 'angular2/testing' ;
12- import { provide } from 'angular2/angular2 ' ;
12+ import { provide } from 'angular2/core ' ;
1313import { < %= classifiedModuleName % > } from './<%= dasherizedModuleName %>' ;
1414
1515
Original file line number Diff line number Diff line change 44 "license" : " Apache-2.0" ,
55 "dependencies" : {
66 "systemjs" : " 0.19.4" ,
7- "angular2" : " 2.0.0-alpha.47 "
7+ "angular2" : " 2.0.0-alpha.48 "
88 },
99 "devDependencies" : {
1010 "angular-cli" : " 0.0.*" ,
Original file line number Diff line number Diff line change 1- /// <reference path="node_modules/angular2/manual_typings/globals-es6.d.ts"/>
2- // this should be remove after fixing https://github.com/angular/angular/issues/5596
3-
41import { bootstrap } from 'angular2/platform/browser' ;
52import { < %= jsComponentName % > App } from './app/<%= htmlComponentName %>' ;
63
Original file line number Diff line number Diff line change 99 TestComponentBuilder ,
1010 beforeEachProviders
1111} from 'angular2/testing' ;
12- import { provide } from 'angular2/angular2 ' ;
12+ import { provide } from 'angular2/core ' ;
1313import { < %= classifiedModuleName % > } from './<%= dasherizedModuleName %>' ;
1414
1515
Original file line number Diff line number Diff line change 99 TestComponentBuilder ,
1010 beforeEachProviders
1111} from 'angular2/testing' ;
12- import { provide } from 'angular2/angular2 ' ;
12+ import { provide } from 'angular2/core ' ;
1313import { < %= classifiedModuleName % > } from './<%= dasherizedModuleName %>' ;
1414
1515
You can’t perform that action at this time.
0 commit comments