-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Updating to angular2-*@2.0.0-rc6 (deps, specs ...) #944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@gdi2290 I have updated to RC6. There seems to be an issue with the |
@katallaxie there always seems to be a problem with |
@@ -17,7 +17,6 @@ export const routes = [ | |||
Detail | |||
], | |||
imports: [ | |||
BrowserModule, | |||
FormsModule, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't you need CommonModule
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have included it again. But BrowserModule
is already imported in app.module.ts
.
* ~ adding angular-*@2.0.0-rc6 * ~ fixing .specs for angular-*@2.0.0-rc6 * ~ removing comment from x-large spec * ~ remove old module from +detail and adding again CommonModule * ~ disabling DedupePlugin (angular/angular-cli#1587)
Angular 2 RC6
Angular 2 RC5