Skip to content

Commit

Permalink
chore(blueprints): remove module.id (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored Jul 22, 2016
1 parent 29f899c commit b8f502e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Component, OnInit } from '@angular/core';

@Component({
moduleId: module.id,
selector: '<%= selector %>',<% if(inlineTemplate) { %>
template: `
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Component } from '@angular/core';<% if (isMobile) { %>
import { APP_SHELL_DIRECTIVES } from '@angular/app-shell';<% } %>

@Component({
moduleId: module.id,
selector: '<%= prefix %>-root',
<% if (isMobile) { %>template: `
<h1>
Expand Down

0 comments on commit b8f502e

Please sign in to comment.