Transloco Unresolved pipe transloco

127 Views Asked by At

I have an Angular 16 project, and I've installed Transloco, but when I try to use it in the HTML, I get the following error:

enter image description here

Unresolved pipe transloco.

When I start the Angular project, I can see that the translations are executed correctly.

How can I eliminate the error that the IDE is showing in the HTML file?

Thanks!!

1

There are 1 best solutions below

1
On

Did you try to import TranslocoModule, or TransolocoPipe from '@ngneat/transloco';