mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE: - deprecations: * `withProviders`, use `TestBed.withModule` instead * `addProviders`, use `TestBed.configureTestingModule` instead * `TestComponentBuilder`, use `TestBed.configureTestModule` / `TestBed.override...` / `TestBed.createComponent` instead. Closes #10354 |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| testing | ||
| compiler_private.ts | ||
| core_private.ts | ||
| index.ts | ||
| package.json | ||
| platform_browser_dynamic_testing_private.ts | ||
| platform_browser_private.ts | ||
| rollup.config.js | ||
| testing.ts | ||
| tsconfig-es5.json | ||
| tsconfig-es2015.json | ||