-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(): angular support #12
base: master
Are you sure you want to change the base?
Conversation
Thanks for your contribution, it seems perfect 👌 I'll try and merge asap |
oops. thanks for telling me that. must have messed this up :-| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seems good but instead of using RunningCsProjItem
, we can create another class for angular projects such as ``RunningPackageJsonItemor
RunningAngularItem` etc.
Implementing all the logic in a single class increases maintaining cost, I'll implement add some other platform support here too (maui, mauiblazor, react native etc.) and they should be separated classes to manage easily
makes sense. I'll try to change that over the weekend :) |
sry I am too busy at the moment with my business. I do not know when I find the time to implement this properly. |
Not an angular expert - but maybe this does the job for now. If not, it hopefully leads to some starting point.
Tested build and run - both work. Did not test with a configuration though - but should also work.
You must add angular to your run config In order to get this running (see RunConfiguration.cs).
Maybe Closes #2