Skip to content

NgModule pattern blueprints prepared for RC5#1473

Closed
jkuri wants to merge 1 commit into
angular:masterfrom
jkuri:NgModule
Closed

NgModule pattern blueprints prepared for RC5#1473
jkuri wants to merge 1 commit into
angular:masterfrom
jkuri:NgModule

Conversation

@jkuri
Copy link
Copy Markdown
Contributor

@jkuri jkuri commented Jul 28, 2016

  • update blueprints for tests (NgModule pattern)
  • update package.json to RC5 Angular modules when released

@jkuri jkuri changed the title NgModule pattern blueprint prepared for RC5 NgModule pattern blueprints prepared for RC5 Jul 28, 2016
@jkuri jkuri force-pushed the NgModule branch 3 times, most recently from ae476cc to 190dba1 Compare July 31, 2016 23:15
@jkuri
Copy link
Copy Markdown
Contributor Author

jkuri commented Jul 31, 2016

Big thanks to @hansl spec tests now updated & passing.

Comment thread addon/ng2/commands/generate.ts Outdated
this.project.initializeAddons();
}

if (rawArgs[0] === 'component') {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be directive as well, I think.

@jkuri jkuri force-pushed the NgModule branch 4 times, most recently from 74da4d9 to 66f93e7 Compare August 1, 2016 20:14
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { AppComponent } from './app.component';
<% if (isMobile) { %>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put this on the previous line.

@jkuri
Copy link
Copy Markdown
Contributor Author

jkuri commented Aug 6, 2016

Closing in favor of #1579.

@jkuri jkuri closed this Aug 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants