UNPKG

@stencil/angular-output-target

Version:

Angular output target for @stencil/core components.

7 lines (6 loc) 290 B
/** * Creates an Angular module declaration for a component wrapper. * @param componentTagName The tag name of the Stencil component. * @returns The Angular module declaration as a string. */ export declare const generateAngularModuleForComponent: (componentTagName: string) => string;