Skip to content

Commit

Permalink
feat: Updated projects/demo/src/modules/directives
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 29, 2024
1 parent a1b104a commit 35c98c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/demo/src/modules/directives/for/examples/1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import {Component, inject, DestroyRef} from '@angular/core';
import {changeDetection} from '@demo/emulate/change-detection';
import {encapsulation} from '@demo/emulate/encapsulation';
import {takeUntilDestroyed} from '@angular/core/rxjs-interop';
import {BehaviorSubject, takeUntil, timer} from 'rxjs';
import {BehaviorSubject, timer} from 'rxjs';

@Component({
selector: 'tui-for-example-1',
templateUrl: './index.html',
encapsulation,
changeDetection,
providers: [],

})
export class TuiForExample1 {
private readonly destroyRef = inject(DestroyRef);
Expand Down

0 comments on commit 35c98c0

Please sign in to comment.