angular/modules/@angular/platform-browser/test
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
..
browser refactor(core): deprecate coreBootstrap, PLATFORM_PIPES/DIRECTIVES providers and ComponentResolver 2016-07-08 15:31:50 -07:00
dom revert: fix(animations): ensure all child elements are rendered before running animations 2016-07-07 14:12:17 -07:00
security fix(security): allow empty CSS values. (#9675) 2016-06-28 11:45:02 -07:00
static_assets repackaging: all the file moves 2016-05-01 20:51:00 -07:00
web_workers refactor(core): clean up platform bootstrap and initTestEnvironment 2016-07-08 13:41:38 -07:00
browser_util_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
testing_public_spec.ts feat(testing): add implicit test module 2016-07-06 18:04:19 -07:00