const routes: Routes = [
{
path: '',
component: ProgressPageComponent,
data: {
- statusFilterName: ProgressDashboardOptionedCampaignFiltersControl.CONTRACT_STATUS,
+ statusFilterName: ProgressDashboardOptionedCampaignFiltersControl.CONTRACT_STATUS.valueOf(),
}
}
]
}
Created
January 25, 2021 09:52
-
-
Save Stuff90/cd9e15af6fab6e07d9967f7f69891b3d to your computer and use it in GitHub Desktop.
Compodoc route caveat diff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment