The AngularDart router enables navigation from one view to the next as users perform application tasks.
Part of the ngx_* family maintained by the insinfo/angular fork
(continuation of the original angular_router/ngrouter package).
Resources
- Documentation: routing guide, API reference
- Source code and issues: github.com/insinfo/angular
- Core framework: ngx_dart
- Migrating from
ngrouter? See the migration guide.
Libraries
- angular_router
- ngx_router
- Maps application URLs into application states, to support deep-linking and navigation.
- testing