You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mean technically you could make one big css file and paste in the code for all the other css files you are using into it but I don't see a reason as to why you would want to do that since you most likely won't be using all of the css initially.
A better alternative would be to implement lazy loading such that you would only load the css that is required for that particular set of components.
Versions. Please run
ng --version
. If there's nothing outputted, pleaserun in a Terminal:
node --version
And paste the result here.
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
The log given by the failure. Normally this include a stack trace and some
more information.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: