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 a250d54 commit e982b26Copy full SHA for e982b26
src/dialog/dialog.directive.ts
@@ -61,7 +61,7 @@ export class DialogDirective implements OnInit, OnDestroy, OnChanges {
61
* @type {string}
62
* @memberof DialogDirective
63
*/
64
- @Input() wrapperClass = "";
+ @Input() wrapperClass: string;
65
/**
66
* Spacing between the dialog and it's triggering element
67
* @type {number}
0 commit comments