Skip to content

Commit

Permalink
chore: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Mar 27, 2024
1 parent 7cdbc70 commit 92c79b9
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ import {encapsulation} from '@demo/emulate/encapsulation';
import {TuiDay} from '@taiga-ui/cdk';
import {TuiInputDateModule} from '@taiga-ui/kit';

import {ExampleNativeDateTransformerDirective} from './native-date-transformer.directive';

@Component({
standalone: true,
imports: [TuiInputDateModule, ReactiveFormsModule],
imports: [
TuiInputDateModule,
ReactiveFormsModule,
ExampleNativeDateTransformerDirective,
],
templateUrl: './index.html',
encapsulation,
changeDetection,
Expand Down

0 comments on commit 92c79b9

Please sign in to comment.