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

Angular 13 support #63

Open
hugoebarboza opened this issue Nov 9, 2021 · 6 comments
Open

Angular 13 support #63

hugoebarboza opened this issue Nov 9, 2021 · 6 comments

Comments

@hugoebarboza
Copy link

After updating my app to Angular 13 I got the following issues.

Error: node_modules/ngx-loadable/lib/loadable.service.d.ts:1:43 - error TS2305: Module '"@angular/core"' has no exported member 'NgModuleFactoryLoader'.

@qliqdev
Copy link

qliqdev commented Nov 20, 2021

same for me

Error: node_modules/@nguniversal/module-map-ngfactory-loader/src/module-map-ngfactory-loader.d.ts:8:10 - error TS2305: Module '"@angular/core"' has no exported member 'NgModuleFactoryLoader'.

8 import { NgModuleFactoryLoader, InjectionToken, NgModuleFactory, Compiler } from '@angular/core';

@jalees-rafeeq
Copy link

Same here, any workaround for that for angular 13?

@kuntabruno
Copy link

Same here, any workaround guys?

@sksushil999
Copy link

same issue I am facing, after updating to NG-13, it stop working

@fayelho
Copy link

fayelho commented Feb 24, 2022

Hello,

I had the same issue, I solved that by deleting the file "module-map-ngfactory-loader.d" located in :
ClientApp\node_modules@nguniversal\module-map-ngfactory-loader\src

and the delete the reference to this module in the index.d.Ts file in the same directory

@Zeeshan658
Copy link

Zeeshan658 commented Dec 18, 2023

I remove ModuleMapLoaderModule from the app.module.ts and //export { provideModuleMap } from '@nguniversal/module-map-ngfactory-loader'; from main.server.ts
and it's working fine.

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