Skip to content

Instantly share code, notes, and snippets.

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