fix(compiler): do not autoinclude components declared as entry points (#10898)
This commit is contained in:
@ -98,7 +98,8 @@ class AsyncApplication {
|
||||
};
|
||||
}
|
||||
|
||||
@NgModule({bootstrap: [AsyncApplication], imports: [BrowserModule]})
|
||||
@NgModule(
|
||||
{declarations: [AsyncApplication], bootstrap: [AsyncApplication], imports: [BrowserModule]})
|
||||
class ExampleModule {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user