⊗jsagPmRtCC 80 of 97 menu

Creating Routing Components in Angular

Let's create two components to further explore working with routing.

First component:

ng generate component aaaa

Second component:

ng generate component bbbb

Create two test components.

enru