You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: