We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In TooltipDirective there is a subscription to this.tooltipChange.subscribe that is not being unsubscribed in the ngOnDestroy method.
Using Plunkr, StackBlitz is the best way to show your issue. Issues without link to an example of reproduction might be closed.
You can use one of starter templates:
Plunkr: https://plnkr.co/edit/0NipkZrnckZZROAcnjzB?p=preview
StackBlitz: https://stackblitz.com/edit/ngx-bootstrap?file=app%2Fapp.module.ts
ngx-bootstrap: 3.2.0
Angular: 7.2.7
Bootstrap: 4.3.1
The text was updated successfully, but these errors were encountered:
#5431 closes this issue.
Sorry, something went wrong.
great if you add hacktoberfest label
Waiting for review approval
haridevelops
No branches or pull requests
Bug description or feature request:
In TooltipDirective there is a subscription to this.tooltipChange.subscribe that is not being unsubscribed in the ngOnDestroy method.
Plunker/StackBlitz that reproduces the issue:
Using Plunkr, StackBlitz is the best way to show your issue. Issues without link to an example of reproduction might be closed.
You can use one of starter templates:
Plunkr: https://plnkr.co/edit/0NipkZrnckZZROAcnjzB?p=preview
StackBlitz: https://stackblitz.com/edit/ngx-bootstrap?file=app%2Fapp.module.ts
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 3.2.0
Angular: 7.2.7
Bootstrap: 4.3.1
Build system: Angular CLI, System.js, webpack, starter seed: Angular CLI
The text was updated successfully, but these errors were encountered: