angular/goldens/public-api/platform-browser/testing/index.api.md
Andrew Kushnir 96b4f8abde refactor(platform-browser): switching to relative imports within the platform-browser package (#60559)
This commit updates scripts within `packages/platform-browser` to relative imports as a prep work to the upcoming infra updates.

PR Close #60559
2025-03-27 18:31:53 +00:00

819 B

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

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


import * as i0 from '@angular/core';
import * as i1 from '@angular/common';
import { StaticProvider } from '@angular/core';

// @public
export class BrowserTestingModule {
    // (undocumented)
    static ɵfac: i0.ɵɵFactoryDeclaration<BrowserTestingModule, never>;
    // (undocumented)
    static ɵinj: i0.ɵɵInjectorDeclaration<BrowserTestingModule>;
    // (undocumented)
    static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserTestingModule, never, never, [typeof BrowserModule]>;
}

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

// (No @packageDocumentation comment for this package)