angular-cn/modules/@angular/platform-browser/test
Miško Hevery b96869afd2 refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616)
Closes #9729

BREAKING CHANGE:

`Type` is now `Type<T>` which means that in most cases you have to
use `Type<any>` in place of `Type`.

We don't expect that any user applications use the `Type` type.
2016-08-10 18:21:28 -07:00
..
browser chore: remove module aware bootstrap API (#10543) 2016-08-08 09:36:09 -07:00
dom chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
security feat(security): only warn when actually sanitizing HTML. (#10272) 2016-07-26 11:39:09 -07:00
static_assets repackaging: all the file moves 2016-05-01 20:51:00 -07:00
web_workers refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
browser_util_spec.ts fix(platform-browser): IEMobile is badly detected when testing (#10382) 2016-07-29 10:05:12 -07:00
testing_public_spec.ts refactor(tests): move public test APIs to TestBed (#10621) 2016-08-10 11:51:40 -07:00