import { provideDaffToast } from '@daffodil/design/toast'
Registers the DaffToastService
and DaffToastPositionService
for displaying a toast. This provider ensures
toasts function correctly within your application.
import { provideDaffToast } from '@daffodil/design/toast';
@NgModule({
providers: [
provideDaffToast(),
]
)}
export class AppModule {}
const provideDaffToast: __function