We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4c779 commit 10bfd7fCopy full SHA for 10bfd7f
src/alert/alert.component.ts
@@ -34,7 +34,7 @@ export class AlertComponent implements OnInit {
34
35
public isClosed: boolean = false;
36
public classes: string = '';
37
- public dismissibleChange: EventEmitter<string> = new EventEmitter();
+ public dismissibleChange: EventEmitter<boolean> = new EventEmitter<boolean>();
38
39
public constructor(_config: AlertConfig) {
40
Object.assign(this, _config);
0 commit comments