Alex
Alex
### Which @taiga-ui/* package(s) are the source of the bug? kit ### Please provide a link to a minimal reproduction of the bug https://stackblitz.com/edit/taiga-starter-udcr2h?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.module.ts,src%2Fdropdown%2Fdropdown.module.ts,src%2Fapp%2Fapp.component.css,src%2Fdropdown%2Fdropdown.component.html ### Is this issue blocking you?...
When i use: ``` "build": { "builder": "@ngx-env/builder:browser", } ``` instead of my: ``` "build": { "builder": "@angular-devkit/build-angular:browser", } ``` recompilation takes about a minute each time. in serve i...
fix mentioned in https://github.com/cyclosproject/ng-openapi-gen/issues/233
### Which @taiga-ui/* package(s) are relevant/releated to the feature request? kit ### Description I want to be able to copy multiselect content and then paste it to another multiselect
Hello, in my project i need authServerUrlResolver with same logic as `realmSecretResolver`. I think it will be useful for other people too. And i make realmResolver optional + fix logic...