Hi Sean,

Chopping up your app into lazily loaded modules helps also a lot, but not 
really in total compile time. Also if your app is not designed with this in 
mind it's a pretty big refactor.
Luckily the Angular team is very much aware of this, and they are working 
hard on Bazel integration.  This will get you your <10s result.
It's not done yet. But if you want to give it a go, check out the latest 
beta's and set up a new project with the Bazel option. 

For testing, I did split up the source compile and running the tests. so 
you don't need to recompile everything on every test.  That will help a lot 
while writing tests.
(you can run tests against a separately running `ng serve`, so it doesn't 
need to recompile your angular app when running tests)

Regards
Sander

-- 
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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to