Yuriy Grunin

Results 16 issues of Yuriy Grunin

Try this [fiddle](http://jsfiddle.net/th0r/FAH8u/embedded/result/) in mobile Chrome 34 under Android (haven't tested on iOS). Only digits are allowed, but you can input anything there and the input mask is not replaced,...

bug

### Is this a regression? Yes ### Description When testing directive using `createDirectiveFactory` and providing custom host component it's `ngOnChanges` hook is not called neither during component initialization, not after...

### Command test ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...

type: bug/fix
freq1: low
severity3: broken
area: @angular/build
angular/build:unit-test

### Command test ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...

type: bug/fix
freq1: low
severity3: broken
area: @angular/build
angular/build:unit-test

### Is this a regression? No ### Description Starting from Angular v21 CLI creates projects with `@angular/build:unit-test` test runner which by default uses Vitest as Karma is deprecated. Looks like...

### Is this a regression? No ### Description I have a module `ButtonModule` with a single non-standalone `ButtonComponent` exported from it. As a unit tests runner I use Angular's experimental...