@ngtools/webpack
- Version 21.0.0
- Published
- 219 kB
- No dependencies
- MIT license
Install
npm i @ngtools/webpackyarn add @ngtools/webpackpnpm add @ngtools/webpackOverview
Webpack plugin that AoT compiles your Angular components and modules.
Index
Variables
Functions
Classes
Interfaces
Variables
variable AngularWebpackLoaderPath
const AngularWebpackLoaderPath: string;variable imageDomains
const imageDomains: Set<string>;Functions
function angularWebpackLoader
angularWebpackLoader: ( this: LoaderContext<unknown>, content: string, map: string) => void;Classes
class AngularWebpackPlugin
class AngularWebpackPlugin {}constructor
constructor(options?: Partial<AngularWebpackPluginOptions>);property options
readonly options: AngularWebpackPluginOptions;method apply
apply: (compiler: Compiler) => void;Interfaces
interface AngularWebpackPluginOptions
interface AngularWebpackPluginOptions {}property compilerOptions
compilerOptions?: CompilerOptions;property directTemplateLoading
directTemplateLoading: boolean;property emitClassMetadata
emitClassMetadata: boolean;property emitNgModuleScope
emitNgModuleScope: boolean;property emitSetClassDebugInfo
emitSetClassDebugInfo?: boolean;property fileReplacements
fileReplacements: Record<string, string>;property inlineStyleFileExtension
inlineStyleFileExtension?: string;property jitMode
jitMode: boolean;property substitutions
substitutions: Record<string, string>;property tsconfig
tsconfig: string;Package Files (4)
Dependencies (0)
No dependencies.
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (3)
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/@ngtools/webpack.
- Markdown[](https://www.jsdocs.io/package/@ngtools/webpack)
- HTML<a href="https://www.jsdocs.io/package/@ngtools/webpack"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2306 ms. - Missing or incorrect documentation? Open an issue for this package.
