-
Notifications
You must be signed in to change notification settings - Fork 161
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 igniteui-angular is throwing exception for 14 #11761
Labels
🐛 bug
Any issue that describes a bug
schematics
version: 14.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
Lipata
added a commit
that referenced
this issue
Jun 28, 2022
Lipata
added a commit
that referenced
this issue
Jun 28, 2022
14 tasks
Lipata
added a commit
that referenced
this issue
Jul 15, 2022
14 tasks
Lipata
added a commit
that referenced
this issue
Jul 15, 2022
Lipata
added a commit
that referenced
this issue
Jul 19, 2022
Lipata
added a commit
that referenced
this issue
Jul 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Any issue that describes a bug
schematics
version: 14.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
ng add igniteui-angular
is throwing exception for 14, because "defaultProject" config in angular.json is deprecated.Steps to reproduce
Result
Cannot read properties of undefined (reading 'targets')
Expected result
igniteui-angular project is added to the project generated with angular cli.
Temporary workaround
After
ng new
, go to the angular.json and add manually:The text was updated successfully, but these errors were encountered: