angular-cn/packages
Tobias Bosch 6c8638cf01 feat(core): allow to provide multiple default testing modules (#15054)
This can be used to e.g. add the NoopAnimationsModule by default:

```
TestBed.initTestEnvironment([
  BrowserDynamicTestingModule,
  NoopAnimationsModule
], platformBrowserDynamicTesting());
```
2017-03-10 16:55:32 -08:00
..
animations refactor: More generic build.sh file 2017-03-08 16:29:28 -08:00
benchpress refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
common refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
compiler fix(compiler): shouldn't throw when Symbol is used as DI token (#13701) 2017-03-10 15:26:37 -08:00
compiler-cli refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
core feat(core): allow to provide multiple default testing modules (#15054) 2017-03-10 16:55:32 -08:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
examples build: fix paths for examples tests 2017-03-08 16:29:28 -08:00
forms refactor: More generic build.sh file 2017-03-08 16:29:28 -08:00
http refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
language-service refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
platform-browser refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
platform-browser-dynamic refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
platform-server refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
platform-webworker refactor: More generic build.sh file 2017-03-08 16:29:28 -08:00
platform-webworker-dynamic refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
router build: build modules and examples for karma 2017-03-08 17:35:20 -08:00
upgrade refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
README.md refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
empty.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
es6-subset.d.ts refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
license-banner.txt refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
router-license-banner.txt refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
system.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
tsconfig.json refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
types.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT