mirror of
https://github.com/bitwarden/browser
synced 2024-12-26 09:54:35 +01:00
Add ellipsis pipe to jslib module (#746)
* add ellipsis pipe to jslib module * Add ellipsis pipe to exports
This commit is contained in:
parent
47473b7ede
commit
56f5aba11e
@ -22,6 +22,7 @@ import { StopClickDirective } from "./directives/stop-click.directive";
|
||||
import { StopPropDirective } from "./directives/stop-prop.directive";
|
||||
import { TrueFalseValueDirective } from "./directives/true-false-value.directive";
|
||||
import { ColorPasswordPipe } from "./pipes/color-password.pipe";
|
||||
import { EllipsisPipe } from "./pipes/ellipsis.pipe";
|
||||
import { I18nPipe } from "./pipes/i18n.pipe";
|
||||
import { SearchCiphersPipe } from "./pipes/search-ciphers.pipe";
|
||||
import { SearchPipe } from "./pipes/search.pipe";
|
||||
@ -47,6 +48,7 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
||||
BlurClickDirective,
|
||||
BoxRowDirective,
|
||||
ColorPasswordPipe,
|
||||
EllipsisPipe,
|
||||
FallbackSrcDirective,
|
||||
I18nPipe,
|
||||
InputStripSpacesDirective,
|
||||
@ -73,6 +75,7 @@ import { UserNamePipe } from "./pipes/user-name.pipe";
|
||||
BlurClickDirective,
|
||||
BoxRowDirective,
|
||||
ColorPasswordPipe,
|
||||
EllipsisPipe,
|
||||
FallbackSrcDirective,
|
||||
I18nPipe,
|
||||
InputStripSpacesDirective,
|
||||
|
Loading…
Reference in New Issue
Block a user