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.
2 parents 2b9cddf + 5315d9b commit f9afd41Copy full SHA for f9afd41
src/modal/modal-placeholder.component.ts
@@ -54,7 +54,7 @@ export class ModalPlaceholder implements OnInit {
54
* Initializes the component using `ModalService`.
55
*/
56
ngOnInit() {
57
- console.warn("`ibm-dialog-placeholder` has been deprecated in favour of `ibm-placeholder`");
+ console.warn("`ibm-modal-placeholder` has been deprecated in favour of `ibm-placeholder`");
58
this.placeholderService.registerViewContainerRef(this.viewContainerRef);
59
}
60
0 commit comments