isaacplmann / ngx-contextmenu

An Angular component to show a context menu on an arbitrary component
MIT License
248 stars 91 forks source link

chore(angular): use angular project standards #232

Closed sroucheray closed 2 years ago

sroucheray commented 3 years ago

As we use this libraries in our products, I'd like to offer this PR to improve a bit its support. This PR is a rework of the project structure. I backed up all files, made a clean install of Angular 12 and move back files, renaming them when they used camelCase instead of Angular default (param case) and putting them in a bit more organized folder structure.

This PR does not include any changes in the public API nor changes in the internal code itself. All none code files remain the same. package.json scripts remain the same apart from the remove of the --prod flag in the build command. Production build is now the default with Angular 12. This PR includes:

This PR removes:

sroucheray commented 3 years ago

Hi @isaacplmann,

I wanted to know if you actively maintain this repository (and I would totally understand you are not willing to) or just keep up with Angular updates. If you don't want to spend the time or if this PR does not match the goals you have with this repo could you just tell me please. I can close it and take actions on my fork.

Regards,

Stephane