Skip to content

Instantly share code, notes, and snippets.

@Purecaesar
Created July 5, 2021 10:48
Show Gist options
  • Save Purecaesar/12455947303c17f93dfc9313dcdef3c5 to your computer and use it in GitHub Desktop.
Save Purecaesar/12455947303c17f93dfc9313dcdef3c5 to your computer and use it in GitHub Desktop.
...
{
path: ':id',
component: LazyComponent,
resolve: {
data: LazyResolverService
},
children: [
{
path: 'nested',
component: NestedRouteComponent,
resolve: {
nestedRouteData: NsetedRouteDataResolver
}
}
]
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment