Add ColorPasswordCountPipe to JslibModule (#751)
This commit is contained in:
parent
56f5aba11e
commit
e0da3116f1
|
@ -21,6 +21,7 @@ import { SelectCopyDirective } from "./directives/select-copy.directive";
|
||||||
import { StopClickDirective } from "./directives/stop-click.directive";
|
import { StopClickDirective } from "./directives/stop-click.directive";
|
||||||
import { StopPropDirective } from "./directives/stop-prop.directive";
|
import { StopPropDirective } from "./directives/stop-prop.directive";
|
||||||
import { TrueFalseValueDirective } from "./directives/true-false-value.directive";
|
import { TrueFalseValueDirective } from "./directives/true-false-value.directive";
|
||||||
|
import { ColorPasswordCountPipe } from "./pipes/color-password-count.pipe";
|
||||||
import { ColorPasswordPipe } from "./pipes/color-password.pipe";
|
import { ColorPasswordPipe } from "./pipes/color-password.pipe";
|
||||||
import { EllipsisPipe } from "./pipes/ellipsis.pipe";
|
import { EllipsisPipe } from "./pipes/ellipsis.pipe";
|
||||||
import { I18nPipe } from "./pipes/i18n.pipe";
|
import { I18nPipe } from "./pipes/i18n.pipe";
|
||||||
|
@ -47,6 +48,7 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
||||||
AutofocusDirective,
|
AutofocusDirective,
|
||||||
BlurClickDirective,
|
BlurClickDirective,
|
||||||
BoxRowDirective,
|
BoxRowDirective,
|
||||||
|
ColorPasswordCountPipe,
|
||||||
ColorPasswordPipe,
|
ColorPasswordPipe,
|
||||||
EllipsisPipe,
|
EllipsisPipe,
|
||||||
FallbackSrcDirective,
|
FallbackSrcDirective,
|
||||||
|
@ -74,6 +76,7 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
||||||
BitwardenToastModule,
|
BitwardenToastModule,
|
||||||
BlurClickDirective,
|
BlurClickDirective,
|
||||||
BoxRowDirective,
|
BoxRowDirective,
|
||||||
|
ColorPasswordCountPipe,
|
||||||
ColorPasswordPipe,
|
ColorPasswordPipe,
|
||||||
EllipsisPipe,
|
EllipsisPipe,
|
||||||
FallbackSrcDirective,
|
FallbackSrcDirective,
|
||||||
|
|
Loading…
Reference in New Issue