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 35c6d2a commit bd70581Copy full SHA for bd70581
projects/coreui-angular/src/lib/toast/toaster/toaster.component.ts
@@ -55,7 +55,8 @@ export type TToasterPlacement =
55
host: {
56
class: 'toaster toast-container',
57
'[class]': 'hostClasses()'
58
- }
+ },
59
+ providers: [ToasterService]
60
})
61
export class ToasterComponent implements OnInit {
62
readonly #hostElement = inject(ElementRef);
0 commit comments