We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d3a41 commit 845d490Copy full SHA for 845d490
apps/design-land/src/app/app.module.ts
@@ -13,6 +13,7 @@ import { DaffButtonModule } from '@daffodil/design/button';
13
import { DaffLinkSetModule } from '@daffodil/design/link-set';
14
import { DaffNavbarModule } from '@daffodil/design/navbar';
15
import { DaffSidebarModule } from '@daffodil/design/sidebar';
16
+import { provideDaffToast } from '@daffodil/design/toast';
17
import { DaffThemeSwitchButtonModule } from '@daffodil/theme-switch';
18
19
import { DesignLandAppRoutingModule } from './app-routing.module';
@@ -46,6 +47,7 @@ import { DesignLandSwitchModule } from './switch/switch.module';
46
47
providers: [
48
DAFF_THEME_INITIALIZER,
49
provideHttpClient(withInterceptorsFromDi()),
50
+ provideDaffToast(),
51
],
52
})
53
export class AppModule { }
0 commit comments