Skip to content

Commit

Permalink
fix(#601): fix 601
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Jun 8, 2023
1 parent b5d5ec4 commit f8996ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-mask-lib/src/lib/ngx-mask.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
import { CustomKeyboardEvent } from './custom-keyboard-event';
import { IConfig, NGX_MASK_CONFIG, timeMasks, withoutValidation } from './ngx-mask.config';
import { NgxMaskService } from './ngx-mask.service';
import {MaskExpression} from "./ngx-mask-expression.enum";
import { MaskExpression } from './ngx-mask-expression.enum';

@Directive({
selector: 'input[mask], textarea[mask]',
Expand Down

0 comments on commit f8996ac

Please sign in to comment.