Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 9, 2023
1 parent 7fb4e01 commit c116555
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions apps/demo/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ import {EventPluginsModule} from '@tinkoff/ng-event-plugins';
@Component({
standalone: true,
selector: 'home',
templateUrl: './home.component.html',
styleUrls: ['./home.component.less'],
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
imports: [
CommonModule,
FormsModule,
Expand All @@ -38,6 +34,10 @@ import {EventPluginsModule} from '@tinkoff/ng-event-plugins';
TuiHintModule,
TuiSliderModule,
],
templateUrl: './home.component.html',
styleUrls: ['./home.component.less'],
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class HomeComponent {
readonly labels = ['New', 'Read', 'Archived', 'Junk'];
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@taiga-ui/cdk": "3.53.0",
"@taiga-ui/commitlint-config": "0.3.3",
"@taiga-ui/core": "3.53.0",
"@taiga-ui/eslint-plugin-experience": "0.18.0",
"@taiga-ui/eslint-plugin-experience": "0.19.0",
"@taiga-ui/icons": "3.53.0",
"@taiga-ui/kit": "3.53.0",
"@taiga-ui/prettier-config": "0.4.1",
Expand Down

0 comments on commit c116555

Please sign in to comment.