angular-cn/tools/public_api_guard
Julie Ralph a33195dcf3 fix(core/testing compiler/testing): move TestComponentBuilder to core/testing (#9590)
TestComponentBuilder now lives in core/testing. compiler/testing contains a private
OverridingTestComponentBuilder implementation which handles the private behavior
we need to override templates. This is part of the effort to simplify the testing
imports and hide compiler APIs.

Closes #9585

BREAKING CHANGE:

`TestComponentBuilder` is now imported from `@angular/core/testing`. Imports
from `@angular/compiler/testing` are deprecated.

Before:

```
import {TestComponentBuilder, TestComponentRenderer, ComponentFixtureAutoDetect} from '@angular/compiler/testing';
```

After:
```
import {TestComponentBuilder, TestComponentRenderer, ComponentFixtureAutoDetect} from '@angular/core/testing';
```
2016-06-24 17:35:01 -07:00
..
common fix(common/testing): remove internal MockLocationStrategy from common/testing (#9562) 2016-06-24 12:41:57 -07:00
compiler fix(core/testing compiler/testing): move TestComponentBuilder to core/testing (#9590) 2016-06-24 17:35:01 -07:00
core fix(core/testing compiler/testing): move TestComponentBuilder to core/testing (#9590) 2016-06-24 17:35:01 -07:00
forms feat(forms): make valueChanges and statusChanges available on abstract control directives 2016-06-24 14:37:19 -07:00
http chore(testing): upgrade ts-api-guardian to 0.1.3 2016-06-23 18:19:32 -07:00
platform-browser chore(testing): upgrade ts-api-guardian to 0.1.3 2016-06-23 18:19:32 -07:00
platform-browser-dynamic test: add public api golden files 2016-06-23 14:26:40 -07:00
platform-server test: add public api golden files 2016-06-23 14:26:40 -07:00
router chore(testing): upgrade ts-api-guardian to 0.1.3 2016-06-23 18:19:32 -07:00
upgrade chore(testing): upgrade ts-api-guardian to 0.1.3 2016-06-23 18:19:32 -07:00