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(carousel): use only public methods in template #2040

Conversation

cexbrayat
Copy link
Contributor

A private method _getSlideEventDirection was used in the carousel template,
and that was throwing an error with the Angular compiler option fullTemplateTypeCheck.
This makes the method public to fix the issue.

Related to #2038

A private method `_getSlideEventDirection` was used in the carousel template,
and that was throwing an error with the Angular compiler option `fullTemplateTypeCheck`.
This makes the method public to fix the issue.

Related to ng-bootstrap#2038
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.

None yet

1 participant