getAttributeValue.d.ts 136 B

12
  1. import { ElementAst } from '@angular/compiler';
  2. export declare const getAttributeValue: (element: ElementAst, property: string) => any;