angular/modules/@angular/common/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
..
directives refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
forms-deprecated refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
location chore(imports): don't import ExceptionHandler from facade (#10620) 2016-08-10 15:55:18 -07:00
pipes refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
common_directives.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
directives.ts refactor(i18n): I18nPipe uses NgLocalization (#9313) 2016-06-23 11:44:05 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
forms-deprecated.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
localization.ts fix(common): add license header to localization.ts 2016-06-23 13:27:43 -07:00
location.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
pipes.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00