Skip to content
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

No exported member 'DynamicFormsMaterialUIModule'. #1176

Open
Diaaz opened this issue Aug 18, 2023 · 5 comments
Open

No exported member 'DynamicFormsMaterialUIModule'. #1176

Diaaz opened this issue Aug 18, 2023 · 5 comments

Comments

@Diaaz
Copy link

Diaaz commented Aug 18, 2023

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
Copy link
Author

Diaaz commented Sep 18, 2023

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

Regards.

@DrEppen
Copy link

DrEppen commented Sep 28, 2023

Im experiencing the same issue :(

@mwright112
Copy link

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

@kovax
Copy link

kovax commented Nov 9, 2023

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
Copy link
Author

Diaaz commented Dec 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants