Inlined files are awkward to maintain, you lose tooling support, and it's more difficult to follow their history in version control. But leaving that aside, you lose the use of shared less variables. E.g., I may want to define my color palette within a single colors.less file that can be imported by the less files of any of my components.
On Friday, December 2, 2016 at 6:28:51 AM UTC-8, Sander Elias wrote: > > Hi John, > > What is the reason you can't inline stuff? (this is what the AOT compiler > does also!) > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "Angular" 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.
