Angular breaks if @apply used in styles array of Angular rest everywhere it works. i already tried it wihout HMR so its not a problem in HMR. Just use ng serve in ...
I have two components that are on the same route. I am using canMatch guard to check a specific condition in order to render component A or B. When using importProvidersFrom inside providers array in ...