Skip to content

Commit

Permalink
Export directive (text-mask#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectPixel authored and lozjackson committed Sep 5, 2017
1 parent 7563132 commit 4b41348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angular2/src/angular2TextMask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const MASKEDINPUT_VALUE_ACCESSOR: Provider = {
'(blur)': '_onTouched()'
},
selector: '[textMask]',
exportAs: 'textMask',
providers: [MASKEDINPUT_VALUE_ACCESSOR]
})
export class MaskedInputDirective implements ControlValueAccessor, OnChanges {
Expand Down

0 comments on commit 4b41348

Please sign in to comment.