I newly setup the angular in my local machine .....
Am facing one issue from the root HTML file am not able to access the another component to read ?????
Kindly suggest please call out
I newly setup the angular in my local machine .....
Am facing one issue from the root HTML file am not able to access the another component to read ?????
Kindly suggest please call out
For further actions, you may consider blocking this person and/or reporting abuse
SpiderMonkey17 -
Godwin Ogbodo -
Meshack Commey -
Fares Mohamed -
Top comments (3)
Does your app.component.html file have the
<router-outlet></router-outlet>
tag?Yes
Did you also import the router module in your app.module.ts file?