Wednesday, 22 May 2019

Angular 7 - deploy workspace applications (projects) in isolation

In my cli-generated workspace I have the root-application which lazy loads numerous application (sitting in the projects folder).

When I run "ng build root-application", all the chunks are placed in the dist/root-application folder, and I could copy this folder across to my server, and we're good to go.

However, these applications are almost never at the same stage in their development life-cycle (still in development, some being QA'd), and I want to de able to deploy them in isolation, rather than having to deploy the whole site.

Does anyone have a strategy for this?



from Angular 7 - deploy workspace applications (projects) in isolation

No comments:

Post a Comment