Максим Иванов
Максим Иванов
### Reproduction url https://taiga-ui.dev/navigation/tabs ### Description ## Safari https://github.com/user-attachments/assets/f80c0033-6a05-425b-9683-1d0112ff968d ## Chrome https://github.com/user-attachments/assets/4eac4488-1330-44ed-b992-bbf9588a970a ### Taiga UI version latest ### Browser Used Safari ### OS Used macOS
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/contributing-docs/commit-message-guidelines.md - [x] Tests for the changes have been added...
### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description In the current implementation I cannot isolate the service or tokens for host directives ```ts @Directive({...
I try to use that instruction: ``` prettier !package-lock.json . --ignore-path **/.gitignore --check ``` But my nested .gitignore files were ignored
If for each component I do not specify this code: https://stackblitz.com/edit/angular-nmzvpj?file=app%2Fapp.component.html ```typescript this.translateService.setDefaultLang('') this.translateService.use('') ``` My code will not be able to use the translation in the template...  **Expected/desired...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [x] I have tried restarting my IDE and the issue persists. - [x] I have...