Pergunta de entrevista da empresa Quovantis Technologies

how to use routing in angular?

Resposta da entrevista

Sigiloso

6 de jan. de 2021

routing in angular could be done in modular approach with having each module could have its own routing file for children paths /main/submodule/childofmodules/:id(id as param) [{path: '', component: ComponentClass}] children if any as optional.