mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
onEnter and onExit allow for annotated functions for DI. Example:
onEnter: ['$http', ($http) => { $http.get(...) } ]
|
||
|---|---|---|
| .. | ||
| angular-ui-router-tests.ts | ||
| angular-ui-router.d.ts | ||