UNPKG

ngc-webpack

Version:

A wrapper for the @ngtools/webpack with hooks into the compilation process

3 lines (2 loc) 219 B
import { ModuleMetadata } from '@angular/compiler-cli'; export declare function inlineMetadataBundle(relativeTo: string, metadataBundle: ModuleMetadata, getResource: (resourcePath: string) => string | undefined): void;