fix(compiler): do not autoinclude components declared as entry points (#10898)
This commit is contained in:
@ -30,7 +30,7 @@ class ZippyApp {
|
||||
pushLog(log: string) { this.logs.push(log); }
|
||||
}
|
||||
|
||||
@NgModule({bootstrap: [ZippyApp], imports: [BrowserModule]})
|
||||
@NgModule({declarations: [ZippyApp], bootstrap: [ZippyApp], imports: [BrowserModule]})
|
||||
class ExampleModule {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user