MCPcopy Create free account
hub / github.com/angular/components / table.spec.ts

File table.spec.ts

src/material/table/table.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {AfterViewInit, Component, OnInit, ViewChild, ChangeDetectionStrategy} from '@angular/core';
2import {ComponentFixture, fakeAsync, flushMicrotasks, TestBed, tick} from '@angular/core/testing';
3import {MatTable, MatTableDataSource, MatTableModule} from './index';
4import {DataSource} from '@angular/cdk/table';

Callers

nothing calls this directly

Calls 7

markForCheckMethod · 0.80
lastPageMethod · 0.80
nextPageMethod · 0.80
getAttributeMethod · 0.65
sortMethod · 0.65
addDataMethod · 0.45

Tested by

no test coverage detected