Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. path: "admin/audit",
  3. loadChildren: "app/features/audit/audit.module#AuditModule",
  4. data: { title: "Audit Logs" }
  5. },
  6.  
  7. const routes: Routes = [{
  8. path: '',
  9. component: AuditListComponent,
  10. runGuardsAndResolvers: "paramsOrQueryParamsChange",
  11. resolve: {
  12. pageResult: AuditListResolverService
  13. }
  14. }];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement