Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using fullTemplateTypeCheck flag in the typescript angularCompilerOptions raise an error #970

Open
gapinto opened this issue Oct 23, 2018 · 0 comments

Comments

@gapinto
Copy link

gapinto commented Oct 23, 2018

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant