Evgeniy OZ

Results 131 comments of Evgeniy OZ

For those who found it in 2024 or later: Angular Material v18 uses `rem` for typography.

That's a really good move! My vote: Option 1 with `true` by default.

It is a good idea, but any function like this will have one “flaw”: it is too easy to get the same result without this function and without adding a...

Promise can emit only one value. This is a no-go for a thing like `resource()`.

The custom scheduler is the most flexible solution, in my opinion, and the easiest to implement in Angular.

Related: https://github.com/nrwl/nx/issues/28388

Nice, and I still manually fixing every generated eslint config...

> ReadonlyDeep: The data is deeply immutable but methods are not. Disagree. Readonly means readonly, even for methods. There is "Readonly" built-in type in TS, so name ReadonlyDeep is quite...

> do they have a raw .set() operation in addition to the custom operations? No, this would nullify their reason to exist.