mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
Fixed: Typo on resolve object
This commit is contained in:
parent
964c4b23a9
commit
5337c95782
|
@ -17,7 +17,7 @@ export const contactsRoutes: Route[] = [
|
|||
path : '',
|
||||
component: ContactsListComponent,
|
||||
resolve : {
|
||||
tasks : ContactsResolver,
|
||||
contacts : ContactsResolver,
|
||||
countries: ContactsCountriesResolver
|
||||
},
|
||||
children : [
|
||||
|
@ -25,7 +25,7 @@ export const contactsRoutes: Route[] = [
|
|||
path : ':id',
|
||||
component : ContactsDetailsComponent,
|
||||
resolve : {
|
||||
task : ContactsContactResolver,
|
||||
contact : ContactsContactResolver,
|
||||
countries: ContactsCountriesResolver
|
||||
},
|
||||
canDeactivate: [CanDeactivateContactsDetails]
|
||||
|
|
Loading…
Reference in New Issue
Block a user