angular/goldens/public-api/platform-browser-dynamic/platform-browser-dynamic.md
Andrew Kushnir 9c11183e74 docs: deprecate CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols (#44749)
DEPRECATED:

The `CachedResourceLoader` and `RESOURCE_CACHE_PROVIDER` symbols were previously necessary in some cases to test AOT-compiled components with View Engine, but they are no longer needed since Ivy.

PR Close #44749
2022-01-19 09:42:40 -08:00

1,001 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 { Provider } 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[] | undefined) => PlatformRef;

// @public @deprecated (undocumented)
export const RESOURCE_CACHE_PROVIDER: Provider[];

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

// (No @packageDocumentation comment for this package)