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 trying since last three days. In page-router-outlet, my shared component module of action-bar is not rendering in home.component.html. I have declared the action bar component in the app.module.ts file and utilizing it in home.component.html which is not rendering actually.
but if when I declared the same shared component in home.module.ts then it's rendering properly. but not from the app.module.ts declaration.