Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Uncaught Error: Type ClickOutsideModule does not have 'ngModuleDef' property. #69

Open
Antarus66 opened this issue Nov 11, 2020 · 1 comment

Comments

@Antarus66
Copy link

Hi!
Trying to run the library, but have this error in me browser's console:

Uncaught Error: Type ClickOutsideModule does not have 'ngModuleDef' property.
    at getNgModuleDef (core.js:1827)
    at Object.toString (core.js:1621)
    at noSideEffects (core.js:1369)
    at Module.ɵɵsetNgModuleScope (core.js:1616)
    at click-outside.module.js:12
    at Module../node_modules/ng-click-outside/lib_esmodule/click-outside.module.js (click-outside.module.js:12)
    at __webpack_require__ (bootstrap:19)
    at Module../node_modules/ng-click-outside/lib_esmodule/index.js (index.js:1)
    at __webpack_require__ (bootstrap:19)
    at Module../src/app/app.module.ts (app-routing.module.ts:27)

"@angular/core": "~8.2.14",
"@angular-builders/custom-webpack": "^8",
"ng-click-outside": "^7.0.1",

@arkon
Copy link
Owner

arkon commented Nov 11, 2020

You'd need to use v5.x.x for Angular 8 support.

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

No branches or pull requests

2 participants