Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
57 views

i have a use case where I have a MatTree<Item> where Item contains a key property. Given a specific key , i would like to expand the MatTreeNode and its parent recursively till root. Currently, ...
Ariba Siddiqui's user avatar
1 vote
0 answers
41 views

Problem When clicking on an ngbDatepicker input to open the datepicker popup, I get the following runtime error: ERROR RuntimeError: NG0203: takeUntilDestroyed() can only be used within an injection ...
Oussama hennane's user avatar
1 vote
0 answers
64 views

I’m setting an HttpOnly cookie in the browser every time a user logs in or signs up on my website. This cookie contains a refresh token that I use to get a new access token. The problem is that the ...
Mohamed El_Brabary's user avatar
Best practices
1 vote
1 replies
31 views

I am using a ResizeObserver to monitor an element's dimensions. When the size changes, I update a Signal (or state variable) that is bound to a CSS Variable in my template. This CSS variable then ...
Murhaf Sousli's user avatar
1 vote
1 answer
74 views

We'd like to install the latest Tailwind (v4) into our Ionic/Angular project so we can use its utility-first approach. I've tried the guides mentioned here: Angular guide Capawesome guide Workaround ...
Just Shadow's user avatar
  • 12.1k
2 votes
2 answers
59 views

After migrating to Angular CLI 20.3.6 and Node.js 24.0.0 When building an Angular library using ng build --configuration production library, the build process crashes sporadically with exit code -...
Asif Zaidi's user avatar
2 votes
1 answer
41 views

I am creating a ComponentPortal for use in an overlay like so. const myPortal = new ComponentPortal(MyComponent, null, Injector.create({ name: 'MyPortalInjector', parent: this.injector, // ...
Zachu's user avatar
  • 81
0 votes
1 answer
41 views

I have ag grid rows, a row can have 0 or many children. I would like to define selectable rows which are at level 0 (rows which don't have parent). here is my column definitions : { columnDefs: [ ...
Ramses Kouam's user avatar
Advice
2 votes
3 replies
83 views

I’m testing Angular’s new control flow syntax @for with preserveWhitespaces: true, and I’m seeing different whitespace behavior compared to *ngFor. Environment Angular: 17+ (control flow syntax ...
山口�?�太朗's user avatar
-1 votes
1 answer
28 views

After our latest Angular app release, which included a CSP update, some functionality broke, specifically related to map tiles. Scenario: The app was originally using Google Maps, which worked fine. ...
Kasun Gamage's user avatar
0 votes
0 answers
53 views

I am maintaining ng-openapi, an open source library that generates API clients. I previously added a neat feature to enable client-specific HTTP interceptors. The library currently uses the legacy ...
T. Jami's user avatar
  • 1,179
Best practices
1 vote
0 replies
49 views

I have some questions about ngrx signal store. How can you let two different stores talk to each other? Is there something similar to working with slices like in the ngrx store? Are the new events ...
Maarten's user avatar
  • 11
Best practices
1 vote
1 replies
64 views

So I've got a page in my app that goes like this <app-parent> <app-child1> <app-child2> <app-child2-child1> et cetera And the parent contains many variables ...
Zachu's user avatar
  • 81
1 vote
2 answers
79 views

I'm experimenting with Angular 21's new signal forms and tried using a component implemented with NgxControlValueAccessor with the new [field] directive. Using the custom control component with [field]...
Peter T.'s user avatar
  • 3,451
0 votes
1 answer
113 views

I have a page layout with a fixed left panel and a right content area that contains a scrollable table. The issue is: The horizontal scrollbar reaches the far right But one more column is still not ...
madhu chowdary's user avatar

15 30 50 per page
1
2 3 4 5
20451