https://github.com/jwill9999/angular4-router
angular 4 router example code
https://github.com/jwill9999/angular4-router
angular angular-router angular-router-guard angular-routing angular4 deactivate resolver
Last synced: 5 months ago
JSON representation
angular 4 router example code
- Host: GitHub
- URL: https://github.com/jwill9999/angular4-router
- Owner: jwill9999
- Created: 2017-04-15T22:44:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T15:16:36.000Z (almost 9 years ago)
- Last Synced: 2025-08-22T06:51:39.832Z (6 months ago)
- Topics: angular, angular-router, angular-router-guard, angular-routing, angular4, deactivate, resolver
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Angular4 Navigation code
## Routing
## Auth-guards
## Deactivate guard
## Observables
## Params and QueryStrings
```
> git clone
> cd into file
> npm install
> ng serve
> Open on port declared in console
> Hold curser over url Ctrl +enter
```
## Links
[Resolver method](https://www.codementor.io/max_diachenko/angular-2-route-resolves--typescript-du1089pdm)
[Angular routing docs](https://angular.io/docs/ts/latest/guide/router.html)
[CanDeactivate](https://angular.io/docs/js/latest/api/router/index/CanDeactivate-interface.html)
[Routing Guards](http://www.sparkbit.pl/angular-2-route-guards-real-life-example/)
[Routing Params](https://elanderson.net/2017/01/angular-2-optional-route-parameter/)