Skip to content

Commit 0a1fbca

Browse files
committed
fix(material/tabs): fix lint errors
1 parent 1c6836d commit 0a1fbca

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

src/material/tabs/tab-group-token.ts

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.dev/license
7+
*/
8+
19
import {InjectionToken} from '@angular/core';
210

311
/**

src/material/tabs/tab-token.ts

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.dev/license
7+
*/
8+
19
import {InjectionToken} from '@angular/core';
210

311
/**

src/material/tabs/tab.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
ChangeDetectionStrategy,
1111
Component,
1212
ContentChild,
13-
InjectionToken,
1413
Input,
1514
OnChanges,
1615
OnDestroy,

0 commit comments

Comments
 (0)