mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
fix: import TranslatePipe in dialog share component
This commit is contained in:
parent
5b070a395c
commit
ea5eb6be7d
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import { ShareService } from '../share.service';
|
|||
import { ShareDialogOptions, ShareResult, ShareTarget } from '../share.model';
|
||||
import { ShareFormatter } from '../share-formatter';
|
||||
import { T } from '../../../t.const';
|
||||
import { TranslatePipe } from '@ngx-translate/core';
|
||||
|
||||
interface ShareTargetButton {
|
||||
target: ShareTarget;
|
||||
|
|
@ -29,6 +30,7 @@ interface ShareTargetButton {
|
|||
MatInputModule,
|
||||
MatFormFieldModule,
|
||||
FormsModule,
|
||||
TranslatePipe,
|
||||
],
|
||||
})
|
||||
export class DialogShareComponent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue