angular-cn/packages/core
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
..
src Revert "fix(core): ErrorHandler should not rethrow an error by default (#13534)" 2017-03-10 15:05:48 -08:00
test build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
testing feat(core): allow to provide multiple default testing modules (#15054) 2017-03-10 16:55:32 -08:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json refactor: More generic build.sh file 2017-03-08 16:29:28 -08:00
public_api.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
rollup.config.js build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
tsconfig-build.json refactor: More generic build.sh file 2017-03-08 16:29:28 -08:00