Angular 15 support
Diaaz opened this issue · 5 comments
Diaaz commented
I'm submitting a
[ ] Bug / Regression
[X] Feature Request / Proposal
I'm using
NG Dynamic Forms Version: `X.Y.Z`
[ ] Basic UI
[ ] Bootstrap UI
[ ] Foundation UI
[ ] Ionic UI
[ ] Kendo UI
[X] Material
[ ] NG Bootstrap
[ ] Prime NG
Description
ng-dynamic-forms is incompatible with Angular 15 / Material 15. After installing with --force, I get this error with ng serve: ./node_modules/@ng-dynamic-forms/ui-material/fesm2020/ui-material.mjs:778:36-52 - Error: export 'MatChipList' (imported as 'i3$1')
was not found in '@angular/material/chips'
Are there any plans to support Angular 15?
Kind regards, Jeroen.
Diaaz commented
Is anyone else having this problem? We cannot upgrade our codebase to Angular 15 because of this.
DrEppen commented
Yes i desperately need this
Processfive commented
We have this problem too and cannot upgrade to Angular 15.
udos86 commented
16.0.0
has just been released with support for Angular 15
Diaaz commented
Thanks, it works perfectly!