-1

I am facing problem in angular 8 version.

ERROR in node_modules/ng-click-outside/lib_commonjs/click-outside.directive.d.ts(34,21): error TS2694: Namespace '"/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDef'.

Please help me.

Thanks

  • Does this answer your question? [Ng serve throwing @angular/core/core has no exported member 'eeFactoryDef'](https://stackoverflow.com/questions/58078033/ng-serve-throwing-angular-core-core-has-no-exported-member-eefactorydef) – Hasan Fathi Dec 12 '20 at 13:07

1 Answers1

-1

Delete node modules folder and run command npm install again. Do a fresh setup.

Sunny
  • 1,286
  • 12
  • 16