ng-click-outside icon indicating copy to clipboard operation
ng-click-outside copied to clipboard

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

Open Antarus66 opened this issue 4 years ago • 1 comments

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",

Antarus66 avatar Nov 11 '20 09:11 Antarus66

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

arkon avatar Nov 11 '20 13:11 arkon