-
Notifications
You must be signed in to change notification settings - Fork 36
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
Angular 13 - NOT SUPPORTED: keyword "id", use "$id" for schema ID #77
Comments
CONFIRMED WITH ANGULAR 12 WORKS |
I reproduce this issue on new project (generated by |
I created a PR #79 to correct all issues with angular 13. |
Got the same problem:
|
I publish the correction on a new package npm : Juste do :
|
This works! @patou THANKS!! The only thing is that for library projects, I get this error:
Which can be fixed by just installing
I now noticed that Anyone else seeing this? |
Describe the bug
Trying to run
ng add @briebug/jest-schematic
Get the following error
SAME ISSUE WITH THE GLOBALLY INSTALLED
![image](https://user-images.githubusercontent.com/28816737/141280938-9532c46f-7123-4535-a959-e91d7caead26.png)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
![image](https://user-images.githubusercontent.com/28816737/141280988-a5b4b24f-ef31-4830-8525-6471f90acb91.png)
That works as in the gif of your readme file
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: