AbpDevTools
AbpDevTools copied to clipboard
feat(): angular support
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
Thanks for your contribution, it seems perfect 👌
I'll try and merge asap
You seem like first-time contributor still, I think your email in git config doesn't match your github account email, probably you won't be listed as contributor by GitHub in the repository
Just an information, if you dont care about it, that's ok to me
You seem like first-time contributor still, I think your email git config doesn't match your github account email, probably you won't be listed as contributor by GitHub in the repository
Just an information, if you dont care about it, that's ok to me
oops. thanks for telling me that. must have messed this up :-|
Everything seems good but instead of using
RunningCsProjItem, we can create another class for angular projects such as ``RunningPackageJsonItemorRunningAngularItem` 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 :)
Everything seems good but instead of using
RunningCsProjItem, we can create another class for angular projects such as ``RunningPackageJsonItemorRunningAngularItem` 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 easilymakes 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. I'll finish it when I find a free spot - if it hasn't been done by someone else in the meantime