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

Importing module which does not have a ɵmod property #13628

Closed
IsaacSomething opened this issue Jan 13, 2021 · 3 comments
Closed

Importing module which does not have a ɵmod property #13628

IsaacSomething opened this issue Jan 13, 2021 · 3 comments

Comments

@IsaacSomething
Copy link

IsaacSomething commented Jan 13, 2021

Describe the bug
Updating angular modules returns the error

Unhandled Promise rejection: Importing MarkdownModule which does not have a ɵmod property ; Zone: <root> ; Task: Promise.then ; Value: Error: Importing MarkdownModule which does not have a ɵmod property

The MarkdownModule is on the latest version ngx-markdown: "^11.0.1",

I also get this issue with @angular/flex-layout, @ngneat/content-loader and NgApexchartsModule both at the latest versions. This error prevents the story from running and there is just a blank page. I initially was working on a angular 10 project but after upgrading to angular 11 the issue persists

To Reproduce
Update to latest versions of either ngx-markdown, @angular/flex-layout, @ngneat/content-loader with an angular storybook project

Expected behavior
No error

Screenshots
error

System
version

@shilman
Copy link
Member

shilman commented Feb 21, 2021

closing as dupe to #13958

@shilman shilman closed this as completed Feb 21, 2021
@manohara-kp
Copy link

manohara-kp commented Dec 27, 2023

we migrating from angular 15 to angular 16.

there is 3rd party library we are using i.e ngx-tribute it's compactable with Angular 2+ but am facing below error when i launch the tool.

NgxTributeModule does not have a module def (ɵmod property),

@sdspl-vanmalideshani
Copy link

I am migrating from angular 15 to angular 16.
i did not use any where ScrollingModule, but i got the error, someone please help me to fix the error

ScrollingModule does not have a module def (ɵmod property)

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

No branches or pull requests

4 participants