Updates the TS API guardian goldens with their equivalents based on the new shared dev-infra tool. PR Close #42688
19 lines
468 B
Markdown
19 lines
468 B
Markdown
## API Report File for "@angular/upgrade_static_testing"
|
|
|
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
|
|
```ts
|
|
|
|
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)
|
|
|
|
```
|