upon successful login the user will be navigated to the home page where I have copied your file of app.component.html and made it as home page. I don't need a tool bar for index(which will have link to login and register pages) .login and register page and need a tool bar for home page.
Now my problem is I want to change the content section of home page dynamically on click of side nav menu list
Guys, Thanks for a such wonderful Session on ng-conf. ' I have a problem changing the content dynamically , my design follows as below
app.component.html
Login
Register
upon successful login the user will be navigated to the home page where I have copied your file of app.component.html and made it as home page. I don't need a tool bar for index(which will have link to login and register pages) .login and register page and need a tool bar for home page.
Now my problem is I want to change the content section of home page dynamically on click of side nav menu list
The below section has to be updated dynamically
What's the best way to achieve this?