Posts by Harry • 11 points
2 posts
-
1
votes0
answers83
viewsQ: Load component dynamically
How do I load a dynamic component depending on the module I’m seeing in Angular? I want to have a sidebar that will show content according to the module. For example: If you are looking at the Users…
-
0
votes0
answers65
viewsQ: Angular 6 - Portal
I need to create a portal style application in Angular 6. This application should be able to include other applications. Explaining better: I have 3 applications: APP1 APP2 PORTAL Within the Portal…