angular-docs-cn/tools/public_api_guard
Tobias Bosch daa9da4047 refactor(core): deprecate `coreBootstrap`, `PLATFORM_PIPES/DIRECTIVES` providers and `ComponentResolver`
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
2016-07-08 15:31:50 -07:00
..
common refactor: misc cleanup 2016-07-08 10:34:22 -07:00
compiler feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
core refactor(core): deprecate `coreBootstrap`, `PLATFORM_PIPES/DIRECTIVES` providers and `ComponentResolver` 2016-07-08 15:31:50 -07:00
forms feat(forms): updateValue() for form groups and form arrays (#9901) 2016-07-08 13:04:25 -07:00
http fix(http): don't encode values that are allowed in query (#9651) 2016-06-28 11:31:35 -07:00
platform-browser refactor(core): clean up platform bootstrap and initTestEnvironment 2016-07-08 13:41:38 -07:00
platform-browser-dynamic refactor(core): deprecate `coreBootstrap`, `PLATFORM_PIPES/DIRECTIVES` providers and `ComponentResolver` 2016-07-08 15:31:50 -07:00
platform-server refactor(core): deprecate `coreBootstrap`, `PLATFORM_PIPES/DIRECTIVES` providers and `ComponentResolver` 2016-07-08 15:31:50 -07:00
router feat(router): add activate and deactivate events to RouterOutlet 2016-07-08 15:01:52 -07:00
upgrade fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00