@angular/platform-browser-dynamic

  • Version 20.2.1
  • Published
  • 23 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 VERSION

const VERSION: Version;

Functions

function platformBrowserDynamic

platformBrowserDynamic: (extraProviders?: StaticProvider[]) => PlatformRef;
  • Deprecated

    Use the platformBrowser function instead from @angular/platform-browser. In case you are not in a CLI app and rely on JIT compilation, you will also need to import @angular/compiler

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>