angular-cn/modules/@angular/common
Julie Ralph 8a9e9c7bd3 fix(core/testing): clean up the core testing public API (#9466)
Previously, we were exporting internal mocks and helpers. Move these
to core/testing/testing_internal or remove them if they were
never used.

Remove deprecated items - injectAsync, clearPendingTimers.

BREAKING CHANGE:

Remove the following APIs from `@angular/core/testing`, which have been deprecated or were
never intended to be publicly exported:

```
injectAsync
clearPendingTimers
Log
MockAppliacationHref
MockNgZone
clearPendingTimers
getTypeOf
instantiateType
```

Instead of `injectAsync`, use `async(inject())`.

`clearPendingTimers` is no longer required.
2016-06-23 17:10:22 -07:00
..
src test: add public api golden files 2016-06-23 14:26:40 -07:00
test fix(core/testing): clean up the core testing public API (#9466) 2016-06-23 17:10:22 -07:00
testing chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
common.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
index.ts refactor(i18n): I18nPipe uses NgLocalization (#9313) 2016-06-23 11:44:05 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
tsconfig-es5.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
tsconfig-es2015.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00