Questions tagged [ng]
17 questions
0
votes
1 answer
Why do any of the Angular imports are not working?
I just se tup a project, and it is compiling succesfully, but every time I try to add a directive, it shows this error, for example for [formGroup]: "Property formGroup is not provided by any applicable directives nor by form element". But if I try…

Gergő Szabó
- 57
- 1
- 5
0
votes
1 answer
I am stuck updating a dependency which is already up to date
I am trying to update Angular from 12 to 16.
I want to use the three.js library and it needs Angular/cli 16 at least to work.
So angular/cli is already up to 16 but angular has been updated to 13 so far. I managed that much using
npm run ng…

Thomas Williams
- 1,528
- 1
- 18
- 37