Skip to content

Commit 845d490

Browse files
authored
fix(design-land): add missing provideDaffToast provider inn root (#3380)
1 parent 53d3a41 commit 845d490

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/design-land/src/app/app.module.ts

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { DaffButtonModule } from '@daffodil/design/button';
1313
import { DaffLinkSetModule } from '@daffodil/design/link-set';
1414
import { DaffNavbarModule } from '@daffodil/design/navbar';
1515
import { DaffSidebarModule } from '@daffodil/design/sidebar';
16+
import { provideDaffToast } from '@daffodil/design/toast';
1617
import { DaffThemeSwitchButtonModule } from '@daffodil/theme-switch';
1718

1819
import { DesignLandAppRoutingModule } from './app-routing.module';
@@ -46,6 +47,7 @@ import { DesignLandSwitchModule } from './switch/switch.module';
4647
providers: [
4748
DAFF_THEME_INITIALIZER,
4849
provideHttpClient(withInterceptorsFromDi()),
50+
provideDaffToast(),
4951
],
5052
})
5153
export class AppModule { }

0 commit comments

Comments
 (0)