In my project, I'm using NgxExtendedPdfViewerModule & TranslateModule(@ngx-translate/core). Both packages export translate pipe.
The translate pipe from NgxExtendedPdfViewerModule returns Promise<string>.
And, the translate pipe from TranslateModule returns string.
In a module I have to use both to show some pdfs. Now, how do I specify which pipe to use?
 
                        
Try This
Declare the Pipes in Modules and use it inside template