@angular/platform-browser-dynamic

  • Version 19.2.9
  • Published
  • 21.5 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 VERSION

    const VERSION: Version;

    Functions

    function platformBrowserDynamic

    platformBrowserDynamic: (extraProviders?: StaticProvider[]) => i0.PlatformRef;

    Classes

    class JitCompilerFactory

    class JitCompilerFactory implements CompilerFactory {}
    • Deprecated

      Ivy JIT mode doesn't require accessing this symbol.

    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>