attributesComparator.d.ts 140 B

12
  1. import { ElementAst } from '@angular/compiler';
  2. export declare function attributesComparator(baseAttributes: any, el: ElementAst): boolean;