Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and github-actions[bot] committed Nov 26, 2024
1 parent ba67cf7 commit dc37ea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<tui-error
formControlName="testValue"
[error]="[] | tuiFieldError | async"
></tui-error>
/>

<p>Form value:</p>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import {AsyncPipe, JsonPipe} from '@angular/common';
import {Component} from '@angular/core';
import {
AbstractControl,
FormControl,
FormGroup,
ReactiveFormsModule,
type ValidationErrors,
type ValidatorFn,
} from '@angular/forms';
import type {AbstractControl, ValidationErrors, ValidatorFn} from '@angular/forms';
import {FormControl, FormGroup, ReactiveFormsModule} from '@angular/forms';
import {changeDetection} from '@demo/emulate/change-detection';
import {encapsulation} from '@demo/emulate/encapsulation';
import {TuiDay} from '@taiga-ui/cdk';
Expand All @@ -26,9 +20,9 @@ const completeDateTimeValidator: ValidatorFn = (
AsyncPipe,
JsonPipe,
ReactiveFormsModule,
TuiInputDateTimeModule,
TuiError,
TuiFieldErrorPipe,
TuiInputDateTimeModule,
],
templateUrl: './index.html',
encapsulation,
Expand Down

0 comments on commit dc37ea8

Please sign in to comment.