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
Current behavior
If you have 2 components with the same name (but with different selectors etc), import by renaming the export and add them to the declaration array of an NgModule, only the first one is rendered.
Expected/desired behavior
Both components should be rendered on the app.