Skip to content

Commit

Permalink
chore(demo): add NG_EVENT_PLUGINS to environment providers of demo …
Browse files Browse the repository at this point in the history
…application (#1646)
  • Loading branch information
nsbarsukov authored Sep 19, 2024
1 parent 1f35746 commit d7bbf27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/demo/src/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
TUI_DOC_TYPE_REFERENCE_HANDLER,
tuiDocExampleOptionsProvider,
} from '@taiga-ui/addon-doc';
import {NG_EVENT_PLUGINS} from '@taiga-ui/event-plugins';
import type {PolymorpheusContent} from '@taiga-ui/polymorpheus';
import {HIGHLIGHT_OPTIONS} from 'ngx-highlightjs';

Expand All @@ -42,6 +43,7 @@ export const APP_CONFIG: ApplicationConfig = {
anchorScrolling: 'enabled',
}),
),
NG_EVENT_PLUGINS,
provideHttpClient(),
{
provide: LocationStrategy,
Expand Down

0 comments on commit d7bbf27

Please sign in to comment.