const lazyRoutes: LazyRoutes = [
  {
    name: 'app-custom-element',
    loadChildren: () => import('./custom-element/custom-element.module').then(_ => _.CustomElementModule),
    matcher