All Questions
Tagged with angular-builder angular-components
2 questions
0
votes
0
answers
202
views
Which factors effects bundle size of the product and aot compitlations and build to organise below scenario?
What are the best practises to organise components, services in beolw scenarios.
In our products 70-80 components and each component has one injectable servie as well.
and maximum all dropdown ...
3
votes
3
answers
3k
views
Generate seperate build file for a particular component in angular 7
I am going to develop a very large application using Angular 7 Framework.
I have created a blank angular workspace using
ng new angular-app --create-application=false
And in this workspace I have ...