-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Angular global style imports #5776
Conversation
…o angular.json for angular cli
Fix Angular global style imports
Fix Angular global style imports
@shilman This seems like it is a fix for Angular 6 and up with notes of only looking at angular.json? what about pre angular 6 with using ".angular-cli.json"? |
@mikepaggi AFAIK |
Where is that mentioned anywhere in the documentation? All I see is Angular support with support with using the CLI. So far I haven't seen anything spit out errors when i was installing initially or when running it. As much as there is support for Angular...the docs are very lacking :-( |
Issue: #4378 #5239
This is @yjcxy12 's PR #5525 with the conflicts resolved. I was unable to push the resolution to his branch due to some github bug around github actions (since the merge contained edits to
main.workflow
... don't ask). So I branched and resolved conflicts here. Please direct any further discussion to that PR.