Skip to content

Commit

Permalink
chore: update main.ts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 30, 2024
1 parent 12c2089 commit 0cc03f9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ class Root {}
bootstrapApplication(Root, {
providers: [
provideAnimations(),
/**
* A workaround for StackBlitz only (it does not support assets).
* Don't use this approach in real-world applications!
*/
tuiAssetsPathProvider('https://taiga-ui.dev/assets/taiga-ui/icons'),
NG_EVENT_PLUGINS,
{
Expand Down

0 comments on commit 0cc03f9

Please sign in to comment.