Skip to content

Commit

Permalink
chore: remove redundant line (#9195)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 30, 2024
1 parent 412e57a commit 992d8ed
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ 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,
{
provide: 'Pythons',
useValue: ['John Cleese', 'Eric Idle', 'Michael Palin', 'Graham Chapman', 'Terry Gilliam', 'Terry Jones'],
},
/**
* A workaround for StackBlitz only (it does not support assets).
* Don't use this approach in real-world applications!
*/
// TODO: remove `next/` after 4.0 release
tuiAssetsPathProvider('https://taiga-ui.dev/next/assets/taiga-ui/icons'),
],
});
```

0 comments on commit 992d8ed

Please sign in to comment.