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 e816649 commit 1fd78ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<tui-error
[error]="[] | tuiFieldError | async"
[formControl]="control"
></tui-error>
/>

<p>Form value:</p>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import {AsyncPipe, JsonPipe} from '@angular/common';
import {Component} from '@angular/core';
import {
AbstractControl,
FormControl,
ReactiveFormsModule,
type ValidationErrors,
type ValidatorFn,
} from '@angular/forms';
import type {AbstractControl, ValidationErrors, ValidatorFn} from '@angular/forms';
import {FormControl, 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 @@ -25,9 +20,9 @@ const completeDateTimeValidator: ValidatorFn = (
AsyncPipe,
JsonPipe,
ReactiveFormsModule,
TuiInputDateTimeModule,
TuiError,
TuiFieldErrorPipe,
TuiInputDateTimeModule,
],
templateUrl: './index.html',
encapsulation,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h3>DI-tokens for input-configurations:</h3>
heading="With validator"
[component]="7 | tuiComponent"
[content]="7 | tuiExample: 'html,ts'"
></tui-doc-example>
/>
</ng-template>

<ng-template pageTab>
Expand Down

0 comments on commit 1fd78ce

Please sign in to comment.