ng-multiselect-dropdown icon indicating copy to clipboard operation
ng-multiselect-dropdown copied to clipboard

ngcc failed to run on [email protected].

Open TKouchoanou opened this issue 3 years ago • 1 comments

Angular version: 11

ng-multiselect-dropdown version: 0.22.11

Description of issue: I am coding on stackblits after trying to import ng-multiselect-dropdown, i got this error : Error in ~/src/main.ts ngcc failed to run on [email protected].

Steps to reproduce:

Expected result: the compilation

Actual result: compilation error

Demo: https://stackblitz.com/edit/angular-ivy-ns7tkw?file=package.json

Any relevant code:


TKouchoanou avatar Mar 29 '21 13:03 TKouchoanou

Looks like this is a Stackblitz issue (see f.ex. https://github.com/stackblitz/core/issues/1364 ) As a workaround you can disable Ivy in tsconfig.json

  "angularCompilerOptions": {
    "enableIvy": false,

gserg avatar Jun 14 '21 21:06 gserg