angular/goldens/public-api/platform-browser-dynamic/index.api.md
Kristiyan Kostadinov ccc8c80cd0 build: update to TypeScript 5.5 stable (#56358)
Updates the repo to the stable release of TypeScript 5.5.

PR Close #56358
2024-06-25 09:29:16 -07:00

858 B

API Report File for "@angular/platform-browser-dynamic"

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


import { Compiler } from '@angular/core';
import { CompilerFactory } from '@angular/core';
import { CompilerOptions } from '@angular/core';
import { PlatformRef } from '@angular/core';
import { StaticProvider } from '@angular/core';
import { Version } from '@angular/core';

// @public @deprecated (undocumented)
export class JitCompilerFactory implements CompilerFactory {
    // (undocumented)
    createCompiler(options?: CompilerOptions[]): Compiler;
}

// @public (undocumented)
export const platformBrowserDynamic: (extraProviders?: StaticProvider[]) => PlatformRef;

// @public (undocumented)
export const VERSION: Version;

// (No @packageDocumentation comment for this package)