Loading Other Angular Apps Within A Shell Angular Application?
I am looking for way to load other angular applications within a shell angular application. The scenario is like different teams would build different angular apps, which should be
Solution 1:
In place of creating different angular application, I prefer creating different module for each application and inject them as a dependency in main module, you can show different view/controller using route.
hope this will help
Post a Comment for "Loading Other Angular Apps Within A Shell Angular Application?"