Closed sroucheray closed 2 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
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 thebuild
command. Production build is now the default with Angular 12. This PR includes:partial
compilation mode which is the recommended way of building Angular librariesThis PR removes: