mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE (deprecations) - Instead of `coreBootstrap`, create an `@AppModule` and use `bootstrapModule`. - Instead of `coreLoadAndBootstarp`, create an `@AppModule` and use `bootstrapModuleFactory`. - Instead of `bootstrapWorkerApp`, create an `@AppModule` that includes the `WorkerAppModule` and use `bootstrapModule` with the `workerAppPlatform()`. - Instead of `bootstrapWorkerUi`, create an @AppModule that includes the `WorkerUiModule` and use `bootstrapModule` with the `workerUiPlatform()` instead. - Instead of `serverBootstrap`, create an @AppModule and use `bootstrapModule` with the `serverDynamicPlatform()` instead. - Instead of `PLATFORM_PIPES` and `PLATFORM_DIRECTIVES`, provide platform directives/pipes via an `@AppModule`. - Instead of `ComponentResolver`: - use `ComponentFactoryResolver` together with `@AppModule.precompile`/`@Component.precompile` or `ANALYZE_FOR_PRECOMPILE` provider for dynamic component creation. - use `AppModuleFactoryLoader` for lazy loading. - Instead of `SystemJsComponentResolver`, create an `@AppModule` and use `SystemJsAppModuleLoader`. - Instead of `SystemJsCmpFactoryResolver`, create an `@AppModule` and use `SystemJsAppModuleFactoryLoader` Closes #9726 |
||
|---|---|---|
| .. | ||
| animation | ||
| expression_parser | ||
| i18n | ||
| output | ||
| schema | ||
| compile_metadata_spec.ts | ||
| css_lexer_spec.ts | ||
| css_parser_spec.ts | ||
| css_visitor_spec.ts | ||
| directive_lifecycle_spec.dart | ||
| directive_lifecycle_spec.ts | ||
| directive_normalizer_spec.ts | ||
| directive_resolver_spec.ts | ||
| html_ast_spec_utils.ts | ||
| html_lexer_spec.ts | ||
| html_parser_spec.ts | ||
| metadata_resolver_fixture.dart | ||
| metadata_resolver_fixture.ts | ||
| metadata_resolver_spec.ts | ||
| runtime_compiler_spec.ts | ||
| selector_spec.ts | ||
| shadow_css_spec.ts | ||
| spies.dart | ||
| spies.ts | ||
| style_url_resolver_spec.ts | ||
| template_parser_spec.ts | ||
| template_preparser_spec.ts | ||
| test_bindings.ts | ||
| test_component_builder_spec.ts | ||
| url_resolver_spec.ts | ||
| view_resolver_mock_spec.ts | ||
| view_resolver_spec.ts | ||
| xhr_mock_spec.ts | ||