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 6605a67 commit ff7e021Copy full SHA for ff7e021
src/banner/toast.component.ts
@@ -54,7 +54,7 @@ export class Toast extends Banner implements OnInit {
54
@Input() bannerObj: ToastContent;
55
56
ngOnInit() {
57
- console.warn("Deprecated - Use notification instead");
+ console.warn("`ibm-toast` has been deprecated in favour of `ibm-toast-notification`");
58
59
if (!this.bannerObj.closeLabel) {
60
this.bannerObj.closeLabel = this.i18n.get().BANNER.CLOSE_BUTTON;
0 commit comments