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
19 Valuable GitHub Repositories for beginner devs looking to take the first step into the web development career.
Saleeh -
Evgeniy Demin -
Maxi Contieri āāā -
Ruma Sinha -
Once suspended, jvsabari1 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, jvsabari1 will be able to comment and publish posts again.
Once unpublished, all posts by jvsabari1 will become hidden and only accessible to themselves.
If jvsabari1 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to jvsabari.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community š©āš»šØāš» safe. Here is what you can do to flag jvsabari1:
Unflagging jvsabari1 will restore default visibility to their posts.
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?