Back to Angular

Index.Api

goldens/public-api/platform-browser-dynamic/index.api.md

22.0.0-next.10869 B
Original Source

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

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

ts

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 @deprecated (undocumented)
export const platformBrowserDynamic: (extraProviders?: StaticProvider[]) => PlatformRef;

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

// (No @packageDocumentation comment for this package)