Skip to content

Commit

Permalink
actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Satpal Tanan committed Jul 26, 2022
1 parent cbee1ae commit 9b42c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import {FocusMonitor} from '@angular/cdk/a11y';
import {CanUpdateErrorState, ErrorStateMatcher, mixinErrorState} from '@angular/material/core';
import {MatMenu} from '@angular/material/menu';
import {AbstractConstructor, Constructor} from '@angular/material/core/common-behaviors/constructor';
import {NationalNumber} from "libphonenumber-js/types";
import {NationalNumber} from 'libphonenumber-js/types';

class NgxMatIntlTelInputBase {
constructor(public _defaultErrorStateMatcher: ErrorStateMatcher,
Expand Down

0 comments on commit 9b42c79

Please sign in to comment.