projecte_ionic/node_modules/@ngtools/webpack/src/index.d.ts
2022-02-09 18:30:03 +01:00

19 lines
778 B
TypeScript
Executable file

/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import * as ivyInternal from './ivy';
export { AngularWebpackLoaderPath, AngularWebpackPlugin, AngularWebpackPluginOptions, default, } from './ivy';
/** @deprecated Deprecated as of v12, please use the direct exports
* (`AngularWebpackPlugin` instead of `ivy.AngularWebpackPlugin`)
*/
export declare namespace ivy {
const AngularWebpackLoaderPath: string;
const AngularWebpackPlugin: typeof ivyInternal.AngularWebpackPlugin;
type AngularWebpackPlugin = ivyInternal.AngularWebpackPlugin;
type AngularPluginOptions = ivyInternal.AngularWebpackPluginOptions;
}