-
Notifications
You must be signed in to change notification settings - Fork 141
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
ng add schematics not working #125
Comments
@aboudard Thanx a lot for the detailed issues. I'll make required changes and release a new version soon. |
Latest version |
Great news :) |
@aboudard Let me know if you've any suggestion regarding schematics once you're installed the latest version. |
Hello,
I myself only use the utils from @schematics/angular/utility, but I see in the source that you use cdk, I think you don't need that. |
@aboudard Thanx for pointing out, I'll make necessary changes and release the new one. |
If I can help on this particular issue, just tell me, I'd gladly submit PR on this, but it's no emergency I guess, the spinner is working just fine in Angular 10 from what I tested :) |
@aboudard I'll make necessary changes in next release, enjoy your summer time!!! |
Hello @Napster2210 , would you like me to try and come with a working schematics ? |
Hello, I am using Angular 12.2.16 and when I try the command |
Hello @Hamnava, indeed, the schematics are not functional. |
The issue persists with Angular 16 as well. Any solution for this? |
I'm sorry to hear that, ngx-spinner is a great library. |
Hello All, I will start working on this during weekend. Sorry for the delay as I was not able to check this package from long time due to some issues. |
I hope everything is alright, feel free to ask for review or testing :) |
@Napster2210 Thanks mate. Let us know any help needed. I will also be available for sometime during the weekend. |
It looks like schematics are not working.
Minimal reproduction of the bug with instructions:
Windows
Angular CLI 9.0.4
Expected behavior:
Install ngx spinner
Result:
An unhandled exception occurred: Collection "ngx-spinner" cannot be resolved.
I would be willing to submit a PR to fix this issue:
[x ] Yes
[ ] No
Here is what I was working on for a project when adding useful libraries :
This is part of a bigger ng-add schematics, and of course we call install at the end :
The text was updated successfully, but these errors were encountered: