Skip to content

Commit 69a6ff4

Browse files
shairezfilipesilva
authored andcommitted
refactor(AppModule): removed entryComponents
Closes angular#1821
1 parent 3e9b931 commit 69a6ff4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { AppComponent } from './app.component';
1515
HttpModule
1616
],
1717
providers: [],
18-
entryComponents: [AppComponent],
1918
bootstrap: [AppComponent]
2019
})
2120
export class AppModule { }

0 commit comments

Comments
 (0)