We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f899c commit b8f502eCopy full SHA for b8f502e
addon/ng2/blueprints/component/files/__path__/__name__.component.ts
@@ -1,7 +1,6 @@
1
import { Component, OnInit } from '@angular/core';
2
3
@Component({
4
- moduleId: module.id,
5
selector: '<%= selector %>',<% if(inlineTemplate) { %>
6
template: `
7
<p>
addon/ng2/blueprints/ng2/files/__path__/app/app.component.ts
@@ -2,7 +2,6 @@ import { Component } from '@angular/core';<% if (isMobile) { %>
import { APP_SHELL_DIRECTIVES } from '@angular/app-shell';<% } %>
selector: '<%= prefix %>-root',
<% if (isMobile) { %>template: `
8
<h1>
0 commit comments