I'd recommend you to implement lazy loading to reduce bundle size, also check if your files are gzipped and, if it's not, gzip them.
Also, are you sure all 150 NgModules are needed? Perhaps some could be eliminated without breaking your application.
Check this blog post.