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

fix(datepicker): issue #38 #120

Closed
wants to merge 2 commits into from

Conversation

amanwebdev
Copy link
Contributor

I've added the flag "suppressImplicitAnyIndexErrors":true to tsconfig.json as I wasn't sure how to resolve implicit any index error for the datepicker popup on this.classMap[options.placement] = true;

@@ -9,6 +9,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors":true,

This comment was marked as off-topic.

@valorkin
Copy link
Member

valorkin commented Feb 1, 2016

please check PR #123
and what is your twitter name?

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

Successfully merging this pull request may close these issues.

2 participants