Eugene Gusarov

Results 7 issues of Eugene Gusarov

Adding any dependency to `resolve` parameters of route definitions causes the following error: `Trying to get the Angular injector before bootstrapping the corresponding Angular module.` This only happens when bootstrapping...

I have the following DbContext: ```C# public class MyDbContext : DbContext { public DbSet Companies { get; set; } protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { //reproducible on both npgsql &...

type-bug
customer-reported
area-model-building
punted-for-7.0

### Command build ### 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
needs: investigation
freq1: low
severity3: broken
area: devkit/build-angular
devkit/build-angular:browser

### Bug description: I have an element that shows popover on hover with delay. If element is destroyed before tooltip is displayed popover shows at top-left page corner. Expected behavior...

component: popover
component: tooltip
needs: investigation
type: bug

Sometimes it's necessary to use different storage for certificates. So, if it's possible to load certificate from memory, I'm not bound to a file system

I'm using this package in angular project with scss styles. I'm trying to reference the style using this line ``` @import 'quill-mention/dist/quill.mention.css'; ``` The compiler gives this error ``` ./src/styles.scss...

Currently model is not generated if it's not used by generated endpoints even if model is defined in openapi spec. In some cases it's very helpful to allow including such...

RTKQ-Codegen