ngx-cookie-service
ngx-cookie-service copied to clipboard
Adopt NX to the project
Discussed in https://github.com/stevermeister/ngx-cookie-service/discussions/240
Originally posted by pavankjadda June 27, 2022 We now have 2 projects based on Angular CLI
- ngx-cookie-service
- ngx-cookie-service-ssr
The project structure is based on Angular CLI. NX has gained popularity in recent years and I found it more useful for library authors. Here are pros/cons of NX Pros:
- Testing is way easier. If you want to test local changes, we need to use
npm link
which is not reliable and buggy. NX makes so easier to do this - Mono repo support
- Publish examples in same repo as separate project
Cons:
- We need to wait until NX supports after new Angular version releases. Usually with in a week
Hello 👋 @pavankjadda
Thank you for raising an issue. We will investigate into the issue and get back to you as soon as possible. Please make sure you have given us as much context as possible.
Feel free to raise a PR if you can fix the issue