An open API service indexing awesome lists of open source software.

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

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/)