@angular/platform-browser-dynamic

  • Version 17.3.5
  • Published
  • 87.6 kB
  • 1 dependency
  • MIT license

Install

npm i @angular/platform-browser-dynamic
yarn add @angular/platform-browser-dynamic
pnpm add @angular/platform-browser-dynamic

Overview

Angular - library for using Angular in a web browser with JIT compilation

Index

Variables

variable ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS

const ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS: StaticProvider[];

variable RESOURCE_CACHE_PROVIDER

const RESOURCE_CACHE_PROVIDER: Provider[];
  • Deprecated

    This was previously necessary in some cases to test AOT-compiled components with View Engine, but is no longer since Ivy.

variable VERSION

const VERSION: Version;

Functions

function ɵplatformCoreDynamic

ɵplatformCoreDynamic: (
extraProviders?: StaticProvider[] | undefined
) => PlatformRef;
  • A platform that included corePlatform and the compiler.

function platformBrowserDynamic

platformBrowserDynamic: (
extraProviders?: StaticProvider[] | undefined
) => PlatformRef;

Classes

class JitCompilerFactory

class JitCompilerFactory implements CompilerFactory {}
  • Deprecated

    Ivy JIT mode doesn't require accessing this symbol. See [JIT API changes due to ViewEngine deprecation](guide/deprecations#jit-api-changes) for additional context.

method createCompiler

createCompiler: (options?: CompilerOptions[]) => Compiler;

    Package Files (1)

    Dependencies (1)

    Dev Dependencies (0)

    No dev dependencies.

    Peer Dependencies (4)

    Badge

    To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

    You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@angular/platform-browser-dynamic.

    • Markdown
      [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@angular/platform-browser-dynamic)
    • HTML
      <a href="https://www.jsdocs.io/package/@angular/platform-browser-dynamic"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>