angular/modules/@angular/common/src/directives
Misko Hevery 7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -07:00
..
core_directives.ts Remove component resolver (#10858) 2016-08-16 16:48:32 -07:00
ng_class.ts fix(ngClass): do not deconstruct classes on element removal (#10303) 2016-07-26 15:20:27 -07:00
ng_for.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
ng_if.ts refactor: misc cleanup 2016-07-08 10:34:22 -07:00
ng_plural.ts feat(i18n): provide LOCALE_ID and NgLocalization 2016-08-13 06:18:25 -07:00
ng_style.ts feat(NgStyle): add support for the style.unit notation (#10496) 2016-08-04 11:00:43 -07:00
ng_switch.ts docs(common): mark all common apis except for i18n as stable 2016-08-25 13:29:03 -07:00
ng_template_outlet.ts refactor(NgTemplateOutlet): simplify implementation (#10492) 2016-08-04 11:28:36 -07:00