peterbsmyth / ngx-breadcrumbs

Angular 4+ routing breadcrumbs
MIT License
60 stars 43 forks source link

McBreadcrumbsConfig.postProcess nullable #18

Open XavierDupessey opened 6 years ago

XavierDupessey commented 6 years ago

Hello,

I think the definition of McBreadcrumbsConfig.postProcess should be IPostProcessFunc | null | undefined to be able to reset it without Typescript compilation error.

A workaround is to assign an empty function but it's a shame: the code actually works with null or undefined.

I can make a PR if you agree but I think it will be longer to review it rather than changing it directly.