Skip to content

Commit 328f87d

Browse files
committed
fixup! build: enforce consistent readonly array type
1 parent cc56f33 commit 328f87d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cdk-experimental/popover-edit/popover-edit.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {OverlayContainer} from '@angular/cdk/overlay';
55
import {CdkTableModule} from '@angular/cdk/table';
66
import {dispatchKeyboardEvent} from '@angular/cdk/testing/private';
77
import {CommonModule} from '@angular/common';
8-
import {Component, Directive, ElementRef, Type, ViewChild} from '@angular/core';
8+
import {Component, Directive, ElementRef, ViewChild} from '@angular/core';
99
import {ComponentFixture, fakeAsync, flush, inject, TestBed, tick} from '@angular/core/testing';
1010
import {FormsModule, NgForm} from '@angular/forms';
1111
import {BehaviorSubject} from 'rxjs';

src/material-experimental/popover-edit/popover-edit.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {DOWN_ARROW, LEFT_ARROW, RIGHT_ARROW, TAB, UP_ARROW} from '@angular/cdk/k
99
import {OverlayContainer} from '@angular/cdk/overlay';
1010
import {dispatchKeyboardEvent} from '@angular/cdk/testing/private';
1111
import {CommonModule} from '@angular/common';
12-
import {Component, Directive, ElementRef, Type, ViewChild} from '@angular/core';
12+
import {Component, Directive, ElementRef, ViewChild} from '@angular/core';
1313
import {ComponentFixture, fakeAsync, flush, inject, TestBed, tick} from '@angular/core/testing';
1414
import {FormsModule, NgForm} from '@angular/forms';
1515
import {MatTableModule} from '@angular/material/table';

0 commit comments

Comments
 (0)