angular/modules/@angular/platform-browser/src
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 refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
dom refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
security refactor(RegExpWrapper): remove the facade (#10512) 2016-08-05 09:50:49 -07:00
web_workers refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
browser.ts refactor(core): change bootstrap of modules and names of platforms 2016-07-26 07:28:55 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
worker_app.ts refactor(core): change bootstrap of modules and names of platforms 2016-07-26 07:28:55 -07:00
worker_render.ts chore(imports): don't import ExceptionHandler from facade (#10620) 2016-08-10 15:55:18 -07:00