Thanks but my question is more about, how to handle several libraries and app live compilation.
ng serve or ng build --watch are working fine if building only one app or one library. But if my app depends on several libraries (in the same angular workspace), then I have to build them one by one on each update in order to build/serve the main application. for example I'll have to run : ng build my-lib1 ng build my-lib2 ... ng build my-lib99 ng serve my-app and if I make a change on my-lib2, I might need to rebuild all the stack up to my-app. What I'm looking for is a way to build/serve my-app that would automatically rebuild everything that needs to be rebuild when I make a change on one of the libs -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
