refactor(core): rename precompile
into entryComponents
.
Part of #10043 BREAKING CHANGE: - `@Component.precompile` was renamed to `@Component.entryComponents` (old property still works but is deprecated) - `ANALYZE_FOR_PRECOMPILE` was renamed to `ANALYZE_FOR_ENTRY_COMPONENTS` (no deprecations)
This commit is contained in:
@ -60,7 +60,7 @@ export class MockDirectiveResolver extends DirectiveResolver {
|
||||
changeDetection: dm.changeDetection,
|
||||
providers: providers,
|
||||
viewProviders: viewProviders,
|
||||
precompile: dm.precompile
|
||||
entryComponents: dm.entryComponents
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user