Tiberiu Zuld

Results 13 issues of Tiberiu Zuld

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description Having the case below produces the warning for optional chain operation....

state: has PR
area: compiler
P3
bug
compiler: extended diagnostics

Dear users and contributors, For several years I was not able to find the time to maintain and fix this library properly as the issues list of currently **247** and...

help wanted

Making this issue so people stop asking about it every month or so. Yes you can with [CSS Grid](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) and @media-queries You can increase the option `mobileBreakpoint: 640` to what...

enhancement
wontfix

**I'm submitting a ...** (check one with "x") ``` [x] bug report => see 'Providing a Reproducible Scenario' [] feature request => do not use Github for feature requests, see...

managed-by-community

```bash Error: node_modules/@ngxd/core/lib/adapter/adapter.experimental.d.ts:39:22 - error TS2720: Class 'DynamicComponentRef' incorrectly implements class 'ComponentRef'. Did you mean to extend 'ComponentRef' and inherit its members as a subclass? Property 'setInput' is missing in...

Hello, I managed to implement lazy load a feature module dynamically and load the the component in the DOM using this library for dynamic rendering of the component. Works in...

need doc
resolved

Hello, We have the following situation where we have an Enum with negative and positive numbers as keys to the Enum and the keys generated in typescript collide for negative...

We updated our OpenAPI v1 to v3 and we encountered this issue with a description of the model: Java Code ```java public abstract class MyClass implements Serializable { @NotNull @Schema(description...

Based on work from @bartholomej and @venraij upgrade the library to angular 13 with the required changes and building the library as ESM module. Details of issues encountered during upgrade...