employer cover photo
employer logo
employer logo

Quovantis Technologies

Est-ce votre entreprise ?

Question d’entretien chez Quovantis Technologies

how to use routing in angular?

Réponse à la question d'entretien

Utilisateur anonyme

6 janv. 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.