angular/modules/@angular/facade/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
..
async.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
base_wrapped_exception.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
browser.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
collection.ts refactor(Differ): cleanup 2016-07-18 11:30:07 -07:00
exception_handler.ts docs(ExceptionHandler): Update code example in comment block to correct syntax error. (#10032) 2016-07-13 07:28:08 -07:00
exceptions.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
intl.ts refactor(RegExpWrapper): remove the facade (#10512) 2016-08-05 09:50:49 -07:00
lang.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
math.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00