Skip to content

Commit

Permalink
chore(deps): update dependency @taiga-ui/eslint-plugin-experience to …
Browse files Browse the repository at this point in the history
…v0.18.0 (#12)

* chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.18.0

* chore(deps): update ng to v17 (#15)

* chore(deps): update ng to v17

* chore: update

---------

Co-authored-by: splincode <[email protected]>

* chore: update

* chore: update

---------

Co-authored-by: splincode <[email protected]>
  • Loading branch information
taiga-family-bot and splincode authored Nov 9, 2023
1 parent eecf7cf commit 6986d49
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 431 deletions.
2 changes: 1 addition & 1 deletion apps/demo/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {RouterOutlet} from '@angular/router';
@Component({
standalone: true,
selector: 'app',
encapsulation: ViewEncapsulation.None,
imports: [CommonModule, RouterOutlet],
template: '<router-outlet></router-outlet>',
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class AppComponent {}
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
Loading

0 comments on commit 6986d49

Please sign in to comment.