angular-cn/scripts/ci-lite
Tobias Bosch 46b212706b refactor(core): change module semantics
This contains major changes to the compiler, bootstrap of the platforms
and test environment initialization.

Main part of #10043
Closes #10164

BREAKING CHANGE:
- Semantics and name of `@AppModule` (now `@NgModule`) changed quite a bit.
  This is actually not breaking as `@AppModules` were not part of rc.4.
  We will have detailed docs on `@NgModule` separately.
- `coreLoadAndBootstrap` and `coreBootstrap` can't be used any more (without migration support).
  Use `bootstrapModule` / `bootstrapModuleFactory` instead.
- All Components listed in routes have to be part of the `declarations` of an NgModule.
  Either directly on the bootstrap module / lazy loaded module, or in an NgModule imported by them.
2016-07-26 07:04:10 -07:00
..
build.sh chore(router): changes the router setup to align with other modules 2016-06-21 12:17:30 -07:00
cleanup.sh chore(build): reenable optional jobs in SL and BS 2016-05-11 17:00:43 -07:00
env.sh ci: disable debug output from env.sh 2016-05-25 08:22:07 -07:00
install.sh chore: remove obsolete files (#10240) 2016-07-22 16:18:31 -07:00
offline_compiler_test.sh refactor(core): change module semantics 2016-07-26 07:04:10 -07:00
test.sh chore(lint): re-enable clang-format on tools/ 2016-05-26 15:46:03 -07:00
test_browserstack.sh chore(build): reenable optional jobs in SL and BS 2016-05-11 17:00:43 -07:00
test_e2e.sh chore: enable cyclic dependency check 2016-06-30 14:28:22 -07:00
test_js.sh chore(router): changes the router setup to align with other modules 2016-06-21 12:17:30 -07:00
test_saucelabs.sh chore(build): reenable optional jobs in SL and BS 2016-05-11 17:00:43 -07:00