0
alukaszewski created
Hello,
I must be doing something stupid, or I have missed something but I was under the impression Angular components which reference a stylesUrl
would load the LESS or CSS when the component is rendered? None of my components (nor the base aspnetzero component) styles are being rendered from the included less files. I am trying to modify the login.component.less file, but the less/css file is never loaded by the dom.
What am I doing wrong?