2 lines
146 B
TypeScript
Executable file
2 lines
146 B
TypeScript
Executable file
import { TmplAstElement } from '@angular/compiler';
|
|
export declare function isChildNodeOf(ast: TmplAstElement, childNodeName: string): boolean;
|