I would like to use angular with a huge application, but because of the way the DI works, Angular needs to load every services of every module during the boot, and so I have the feeling that my application can become very slow.
Does someone have an experience with this case ? We are looking at angular2, but the resources are limited at the moment ...
Thank you for your help.