You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While building the app with ng run <APP_NAME>:server:local there is 2 errors
ERROR in node_modules/@ngx-translate/core/lib/translate.pipe.ts
1:27-39
[tsl] ERROR in node_modules/@ngx-translate/core/lib/translate.pipe.ts(1,28)
TS6133: 'EventEmitter' is declared but its value is never read.
ERROR in node_modules/@ngx-translate/core/lib/translate.pipe.ts
3:8-30
[tsl] ERROR in node_modules/@ngx-translate/core/lib/translate.pipe.ts(3,9)
TS6133: 'DefaultLangChangeEvent' is declared but its value is never read.
Expected behavior
I have no error the code builds
How do you think that we should fix this?
Simply remove unused imports in translate.pipe.ts
Minimal reproduction of the problem with instructions
Current behavior
While building the app with
ng run <APP_NAME>:server:local
there is 2 errorsExpected behavior
I have no error the code builds
How do you think that we should fix this?
Simply remove unused imports in
translate.pipe.ts
Minimal reproduction of the problem with instructions
ng build --configuration local
ng run <APP_NAME>:server:local
Environment
ngx-translate version/core: ^15.0.0
ngx-translate version/http-loader: ^8.0.0
Angular version: ~16.2.12
For Tooling issues:
The text was updated successfully, but these errors were encountered: