Module has no exports @ Angular 13
See original GitHub issueI have just installed this package, updated my dependencies to latest ones that are needed, and after importing SatPopoverModule in app.module.ts i get this errors.
./src/app/app.module.ts:23:12-28 - Error: export ‘SatPopoverModule’ (imported as ‘SatPopoverModule’) was not found in ‘@ncstate/sat-popover’ (module has no exports)
./src/app/app.module.ts:49:8-24 - Error: export ‘SatPopoverModule’ (imported as ‘SatPopoverModule’) was not found in ‘@ncstate/sat-popover’ (module has no exports)
this is my package.json
"dependencies": {
"@angular/animations": "~13.3.6",
"@angular/cdk": "^13.3.6",
"@angular/common": "~13.3.6",
"@angular/compiler": "~13.3.6",
"@angular/core": "~13.3.6",
"@angular/forms": "~13.3.6",
"@angular/platform-browser": "~13.3.6",
"@angular/platform-browser-dynamic": "~13.3.6",
"@angular/router": "~13.3.6",
"@costlydeveloper/ngx-awesome-popup": "^3.1.3",
"@ncstate/sat-popover": "^9.0.0",
"@ngx-pwa/local-storage": "^13.0.3",
"angular2-counto": "^1.2.5",
"lodash-es": "^4.17.21",
"lottie-web": "^5.9.2",
"moment": "^2.29.3",
"ng2-tooltip-directive-ng13fix": "^2.10.1",
"ngx-lottie": "^8.2.0",
"primeicons": "^5.0.0",
"primeng": "^13.3.3",
"quill": "^1.3.7",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"xng-breadcrumb": "^7.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.3",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.3.6",
"@fortawesome/fontawesome-pro": "^6.1.1",
"@types/jasmine": "~3.10.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.0",
"jasmine-core": "~4.0.0",
"jira-prepare-commit-msg": "^1.6.2",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"lint-staged": "^12.4.0",
"postcss": "^8.4.12",
"prettier": "2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "~4.6.2"
}
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Module has no exported member error in angular module
I've got the error "Module has no exported member" for my DialogComponent, UploadService, and UploadComponent.
Read more >Module '"@angular/core"' has no exported member ... - GitHub
Module '"@angular/core"' has no exported member 'NgModuleFactoryLoader' #2451 ... After upgrading to Angular v13 it stopped working ...
Read more >Module has no exported member error in TypeScript
The error "Module has no exported member" occurs when we try to import a member that doesn't exist in the specified module. To...
Read more >NG0301: Export not found! - Angular
For example, if the export not found is ngForm , we need to import FormsModule and declare it in the list of imports...
Read more >[Solved] Error TS2305: Module '”{FilePath}/app.component ...
The usual reason behind the error2305: Module Has No Exported Member is the missing export class in your component file that you try...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I confirm it works like a charm on my end. Thank you 👍
Hopefully fixed in https://github.com/ncstate-sat/popover/pull/257. The demo was also not working locally, and now is.