UNPKG

ngx-router

Version:

A utility to get route params, query params from Activated Route by using dependency injection

10 lines (9 loc) 255 B
/** * Public API Surface of ngx-router */ export * from './route-param'; export * from './route-param-snapshot'; export * from './query-param'; export * from './query-param-snapshot'; export * from './route-data'; export * from './route-data-snapshot';