Which choice best describes what the resolve property does in this route configuration?
{
path: ':id',
component: UserComponent,
resolve: {
user: UserResolverService
}
}
Which choice best describes what the resolve property does in this route configuration?
{
path: ':id',
component: UserComponent,
resolve: {
user: UserResolverService
}
}