Dmitry A. Efimenko

Results 25 issues of Dmitry A. Efimenko

### Is your feature request related to a problem? Please describe. Since retrieving distinct changes for a particular state property is a very common scenario, I'd suggest introducing a method...

## :rotating_light: The automated release from the `main` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you can benefit from your...

semantic-release

When an input's value is updated via JavaScript, event `change` does not catch that. Please consider adding event `propertychange`

enhancement

**Describe the bug** When index.html file is updated, the `&` in the link's href attribute is updated to `&` **To Reproduce** Steps to reproduce the behavior: 1. Ensure that your...

bug
needs verification

- `nps` version: 5.10.0 - `node` version: 18.10.0 - `npm` version: 8.19.2 ### Problem description: The nps does a great job organizing scripts. But even then the scripts might grow...

[put init logic in the ngOnInit lifecycle hook](https://angular-checklist.dev/default/checklist/components/ZXTLWo) is not the best practice. Please have a look at [this article](https://angularindepth.com/posts/1508/structure-initialization-logic-without-ngoninit-utilize-observables-and-ngonchanges) on AngularInDepth

I've read the description of the project and quite a bit of other issues to understand that the version is calculated based on tags. From what I can see I...

**Is your feature request related to a problem? Please describe.** [Currently](https://github.com/AhsanAyaz/ngx-device-detector/blob/master/projects/ngx-device-detector/src/lib/device-detector.service.ts#L13) the type for `browser` in `DeviceInfo` is `string`. **Describe the solution you'd like** I'd like to narrow down the...

**This is a bug report for the `@clr` Angular or UI versions of the design system.** ## Describe the bug Clarity is not compatible with [Analog](https://analogjs.org/) ## How to reproduce...

This feature goes along with making the library compatible with Angular 15+. Making components, pipes, and directives `standalone` will allow us to export them as such as well. This will...