Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(alert): dismissibleChange emits boolean values (#1896)
`dismissibleChange` is used with `.subscribe((dismissible: boolean) => { ... })` but declared as `EventEmitter<string>`
- Loading branch information