/
websites
/
test-project
/
node_modules
/
codelyzer
/
util
/
Upload File
HOME
import { ElementAst } from '@angular/compiler'; export declare const isChildNodeOf: (root: ElementAst, childNodeName: string) => boolean;