From ac2f2eda4556895cad4010f7b4723a80697645fd Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Fri, 22 Jul 2016 20:27:45 +0100 Subject: [PATCH] chore(blueprints): remove module.id --- .../blueprints/component/files/__path__/__name__.component.ts | 1 - addon/ng2/blueprints/ng2/files/__path__/app/app.component.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/addon/ng2/blueprints/component/files/__path__/__name__.component.ts b/addon/ng2/blueprints/component/files/__path__/__name__.component.ts index 7e485321bcbe..afe021f7b9bb 100644 --- a/addon/ng2/blueprints/component/files/__path__/__name__.component.ts +++ b/addon/ng2/blueprints/component/files/__path__/__name__.component.ts @@ -1,7 +1,6 @@ import { Component, OnInit } from '@angular/core'; @Component({ - moduleId: module.id, selector: '<%= selector %>',<% if(inlineTemplate) { %> template: `

diff --git a/addon/ng2/blueprints/ng2/files/__path__/app/app.component.ts b/addon/ng2/blueprints/ng2/files/__path__/app/app.component.ts index c9b95fe6be12..e29b19409839 100644 --- a/addon/ng2/blueprints/ng2/files/__path__/app/app.component.ts +++ b/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';<% } %> @Component({ - moduleId: module.id, selector: '<%= prefix %>-root', <% if (isMobile) { %>template: `