udos86 / ng-dynamic-forms

Rapid form development library for Angular
ISC License
1.32k stars 369 forks source link

No exported member 'DynamicFormsMaterialUIModule'. #1176

Open Diaaz opened 1 year ago

Diaaz commented 1 year ago

I'm submitting a


[x] Bug / Regression
[ ] Feature Request / Proposal

I'm using


NG Dynamic Forms Version: `18.0.0`

[ ] Basic UI
[ ] Bootstrap UI  
[ ] Foundation UI
[ ] Ionic UI
[x] Material  
[ ] NG Bootstrap
[ ] Prime NG

Description

After upgrading from 17.0.0 to 18.0.0, an exception is thrown when building the application: Module '"@ng-dynamic-forms/ui-material"' has no exported member 'DynamicFormsMaterialUIModule'.

Can you describe how to migrate from v17 to v18?

Thank you. Kind regards.

Diaaz commented 1 year ago

Hi, any news on how to use the new standalone components?

Regards.

DrEppen commented 1 year ago

Im experiencing the same issue :(

mwright112 commented 1 year ago

We are also seeing this for Ionic. Does anyone have an update or workaround?

kovax commented 1 year ago

The last PR has removed all module files, so you need to follow Angular Standalone components guides. Unfortunately the documentation does not reflect this update - see #1178

Diaaz commented 11 months ago

As a workaround I created a subsitute-module and put it in our shared module.

find: import { DynamicFormsMaterialUIModule } from "@ng-dynamic-forms/ui-material";

replace with: import { DynamicFormsMaterialUIModule } from "@shared/dynamicformsmaterialui.module";

dynamicformsmaterialui.module.zip