Paul Gschwendtner 59fe159b78 build: update API goldens to reflect new tool (#42688)
Updates the TS API guardian goldens with their equivalents
based on the new shared dev-infra tool.

PR Close #42688
2021-06-30 11:43:48 -07:00

484 B

API Report File for "@angular/platform-browser_testing"

Do not edit this file. It is a report generated by API Extractor.


import { PlatformRef } from '@angular/core';
import { StaticProvider } from '@angular/core';

// @public
export class BrowserTestingModule {
}

// @public
export const platformBrowserTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;


// (No @packageDocumentation comment for this package)