Skip to content

Commit

Permalink
chore: remove unused tslint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 13, 2022
1 parent 6b5390c commit e8a4c71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion stories/tabs/active-test.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { Subject, takeUntil } from 'rxjs';
import { TabComponent, TabContextService } from '@alauda/ui';

@Component({
// tslint:disable-next-line component-selector
selector: 'tabs-active-test',
template: ` <ng-content></ng-content> `,
changeDetection: ChangeDetectionStrategy.OnPush,
Expand Down
1 change: 0 additions & 1 deletion stories/tabs/lazy-test.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
import { interval, take } from 'rxjs';

@Component({
// tslint:disable-next-line component-selector
selector: 'tabs-lazy-test',
template: `
<ng-content></ng-content>
Expand Down

0 comments on commit e8a4c71

Please sign in to comment.