angular-cn/modules/@angular
Dzmitry Shylovich 69fa3bbc03 feat(router): add an extra argument to CanDeactivate interface (#13560)
Adds a `nextState` argument to access the future url from `CanDeactivate`.

BEFORE:

    canDeactivate(component: T, route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean>|Promise<boolean>|boolean;

AFTER:

    canDeactivate(component: T, currentRoute: ActivatedRouteSnapshot, currentState: RouterStateSnapshot, nextState?: RouterStateSnapshot): Observable<boolean>|Promise<boolean>|boolean;

Closes #9853
2016-12-27 14:08:06 -08:00
..
benchpress feat: update to rxjs@5.0.1 and unpin the rxjs peerDeps via ^5.0.1 (#13572) 2016-12-19 16:24:53 -08:00
common fix(common): add link to trackBy docs (#13634) 2016-12-22 13:25:51 -08:00
compiler fix(compiler): throw an error for invalid provider (#13544) 2016-12-27 14:02:28 -08:00
compiler-cli refactor(compiler-cli): support extracting the mesage bundle without writing a file (#13580) 2016-12-19 15:28:55 -08:00
core feat(compiler): generate proper reexports in `.ngfactory.ts` files to not need transitive deps for compiling `.ngfactory.ts` files. (#13524) 2016-12-27 09:36:47 -08:00
docs docs(cheatsheet): correct HostBinding decorator example (#13206) 2016-12-05 10:25:40 -08:00
examples refactor: format and lint code 2016-12-12 11:30:25 -08:00
facade refactor(facade): don't expect super() to return a new Error object in BaseError (#12600) 2016-12-14 11:54:57 -08:00
forms test(forms): refactor integration tests to improve speed (#13500) 2016-12-15 17:07:26 -08:00
http feat: update to rxjs@5.0.1 and unpin the rxjs peerDeps via ^5.0.1 (#13572) 2016-12-19 16:24:53 -08:00
language-service feat(compiler): generate proper reexports in `.ngfactory.ts` files to not need transitive deps for compiling `.ngfactory.ts` files. (#13524) 2016-12-27 09:36:47 -08:00
platform-browser fix(testing): improve misleading error message when don't call compileComponents (#13543) 2016-12-22 12:35:57 -08:00
platform-browser-dynamic fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
platform-server fix(animations): always recover from a failed animation step (#13604) 2016-12-21 14:14:45 -08:00
platform-webworker fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
platform-webworker-dynamic fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
router feat(router): add an extra argument to CanDeactivate interface (#13560) 2016-12-27 14:08:06 -08:00
upgrade fixed minor typo (#13626) 2016-12-22 12:36:24 -08:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00
router-license-banner.txt fix(router): add a banner file for the router (#12919) 2016-11-16 09:17:19 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT