File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/material/paginator/testing Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { HarnessLoader } from '@angular/cdk/testing' ;
2
2
import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed' ;
3
- import { Component , ViewChild } from '@angular/core' ;
3
+ import { Component } from '@angular/core' ;
4
4
import { NoopAnimationsModule } from '@angular/platform-browser/animations' ;
5
5
import { ComponentFixture , TestBed } from '@angular/core/testing' ;
6
- import { MatPaginatorModule , PageEvent , MatPaginator } from '@angular/material/paginator' ;
6
+ import { MatPaginatorModule , PageEvent } from '@angular/material/paginator' ;
7
7
import { MatPaginatorHarness } from './paginator-harness' ;
8
8
9
9
/** Shared tests to run on both the original and MDC-based paginator. */
@@ -128,7 +128,6 @@ export function runHarnessTests(
128
128
`
129
129
} )
130
130
class PaginatorHarnessTest {
131
- @ViewChild ( MatPaginator ) paginator : MatPaginator ;
132
131
length = 500 ;
133
132
pageSize = 10 ;
134
133
pageIndex = 0 ;
You can’t perform that action at this time.
0 commit comments