angular/modules/@angular/common/src/location
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
..
hash_location_strategy.ts refactor(common): rename UrlChangeEvent and UrlChangeListener to LocationChangeEvent and LocationChangeListener 2016-08-25 13:29:03 -07:00
location.ts refactor(core): remove deprecated 'bootstrap' (#10831) 2016-08-16 11:15:01 -07:00
location_strategy.ts refactor(common): rename UrlChangeEvent and UrlChangeListener to LocationChangeEvent and LocationChangeListener 2016-08-25 13:29:03 -07:00
path_location_strategy.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
platform_location.ts refactor(common): rename UrlChangeEvent and UrlChangeListener to LocationChangeEvent and LocationChangeListener 2016-08-25 13:29:03 -07:00