ng2-select icon indicating copy to clipboard operation
ng2-select copied to clipboard

Using `fullTemplateTypeCheck` flag in the typescript `angularCompilerOptions` raise an error

Open gapinto opened this issue 6 years ago • 0 comments

Hi guys, When I turn on fullTemplateTypeCheck

"angularCompilerOptions": { "genDir": "build/aot", "skipMetadataEmit" : true, "fullTemplateTypeCheck": true, "preserveWhitespaces": true }

I got this error: ERROR in node_modules/ng2-select/select/select.d.ts.SelectComponent.html(20,129): : Property 'removeClick' is protected and only accessible within class 'SelectComponent' and its subclasses. node_modules/ng2-select/select/select.d.ts.SelectComponent.html(12,11): : Property 'matchClick' is protected and only accessible within class 'SelectComponent' and its subclasses. node_modules/ng2-select/select/select.d.ts.SelectComponent.html(37,16): : Property 'isActive' is protected and only accessible within class 'SelectComponent' and its subclasses...

gapinto avatar Oct 23 '18 01:10 gapinto