Skip to content

Commit b8f502e

Browse files
authored
chore(blueprints): remove module.id (#1426)
1 parent 29f899c commit b8f502e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

addon/ng2/blueprints/component/files/__path__/__name__.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Component, OnInit } from '@angular/core';
22

33
@Component({
4-
moduleId: module.id,
54
selector: '<%= selector %>',<% if(inlineTemplate) { %>
65
template: `
76
<p>

addon/ng2/blueprints/ng2/files/__path__/app/app.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Component } from '@angular/core';<% if (isMobile) { %>
22
import { APP_SHELL_DIRECTIVES } from '@angular/app-shell';<% } %>
33

44
@Component({
5-
moduleId: module.id,
65
selector: '<%= prefix %>-root',
76
<% if (isMobile) { %>template: `
87
<h1>

0 commit comments

Comments
 (0)