MCPcopy Index your code
hub / github.com/angular/angular / platform

Method platform

packages/core/testing/src/test_bed.ts:90–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 */
89export interface TestBed {
90 get platform(): PlatformRef;
91
92 get ngModule(): Type<any> | Type<any>[];
93

Implementers 1

TestBedImplpackages/core/testing/src/test_bed.ts

Calls

no outgoing calls

Tested by

no test coverage detected