angular/goldens/public-api/upgrade/static/testing/index.api.md
Kristiyan Kostadinov fb351300c3 build: update to latest dev infra code (#56128)
Updates the repo to the latest dev infra code which involves updating a patch and renaming all the golden files to end with `.api.md`.

PR Close #56128
2024-05-28 14:42:31 +02:00

467 B

API Report File for "@angular/upgrade_static_testing"

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


import { Type } from '@angular/core';

// @public
export function createAngularJSTestingModule(angularModules: any[]): string;

// @public
export function createAngularTestingModule(angularJSModules: string[], strictDi?: boolean): Type<any>;

// (No @packageDocumentation comment for this package)