@angular/platform-browser-dynamic
- Version 19.0.5
- Published
- 34.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 VERSION
const VERSION: Version;
Functions
function ɵplatformCoreDynamic
ɵplatformCoreDynamic: (extraProviders?: StaticProvider[]) => PlatformRef;
A platform that included corePlatform and the compiler.
function platformBrowserDynamic
platformBrowserDynamic: (extraProviders?: StaticProvider[]) => 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 oneto 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>
- Updated .
Package analyzed in 1748 ms. - Missing or incorrect documentation? Open an issue for this package.