Skip to content

Commit 0f66aac

Browse files
committed
feat: bump Angular to alpha.48 and update blueprints
1 parent 1181cac commit 0f66aac

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

addon/ng2/blueprints/component-test/files/src/app/components/__name__/__name__.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
TestComponentBuilder,
1010
beforeEachProviders
1111
} from 'angular2/testing';
12-
import {provide} from 'angular2/angular2';
12+
import {provide} from 'angular2/core';
1313
import {<%= classifiedModuleName %>} from './<%= dasherizedModuleName %>';
1414

1515

addon/ng2/blueprints/ng2/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.*",

addon/ng2/blueprints/ng2/files/src/app.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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-
41
import {bootstrap} from 'angular2/platform/browser';
52
import {<%= jsComponentName %>App} from './app/<%= htmlComponentName %>';
63

addon/ng2/blueprints/pipe/files/src/app/pipes/__name__/__name__.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
TestComponentBuilder,
1010
beforeEachProviders
1111
} from 'angular2/testing';
12-
import {provide} from 'angular2/angular2';
12+
import {provide} from 'angular2/core';
1313
import {<%= classifiedModuleName %>} from './<%= dasherizedModuleName %>';
1414

1515

addon/ng2/blueprints/service/files/src/app/services/__name__/__name__.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
TestComponentBuilder,
1010
beforeEachProviders
1111
} from 'angular2/testing';
12-
import {provide} from 'angular2/angular2';
12+
import {provide} from 'angular2/core';
1313
import {<%= classifiedModuleName %>} from './<%= dasherizedModuleName %>';
1414

1515

0 commit comments

Comments
 (0)