export function hostElementError(tagName: string): void { throw new Error(` ANG_FORMAT_ERROR: ang-format directive is not compitable for ${tagName} elements. Use ang-format on HTML Input or Textarea elements. `) }