Skip to content

1.2.0

Choose a tag to compare

@toddmotto toddmotto released this 13 Apr 23:24
· 20 commits to master since this release

Features

  • hasError now supports wildcard
<div [ngClass]="{
  invalid: myError.hasError('*'),
  invalidTouchedDirty: myError.hasError('*', ['touched', 'dirty'])
}">
</div>

Deprecations/Breaking Changes

None