You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ur repo code with below modification to rotes.
With empty url i.e. when we hit http://localhost:1337, I want to redirect to HomeComponent
i.e. to home page.
Related routing is as shown below:
I am using ur repo code with below modification to rotes.
With empty url i.e. when we hit http://localhost:1337, I want to redirect to HomeComponent
i.e. to home page.
Related routing is as shown below:
app.module.ts
But I am getting error after hitting the http://localhost:1337/home
error is:
Please help me.