Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

377
Vistas
Refactor Angular `LoadedRouterConfig` import which is not available anymore

I have an Angular application that I'm upgrading to version 8 and running into an issue of LoadedRouterConfig not being exposed publicly anymore. I can't find any Angular documentation on this, so I'm not sure how to re-write the code that uses it. Seems like it's creating dynamic routes on the fly?

  import {LoadedRouterConfig} from '@angular/router/src/config';
  .....

  item.path = path;
  item.children = [];
  if (route.children !== undefined && route.children.length > 0) {
    this.childrenProcess(route.children, path, item, context );
  } else if (route.loadChildren !== undefined) {
    const loadedRouterConfig: LoadedRouterConfig = (route as any)._loadedConfig;
    if (loadedRouterConfig !== undefined ) {
      this.childrenProcess(loadedRouterConfig.routes, path, item, context);
    }
  }
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda