Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

I have an Ionic + Capacitor + Angular project using @capacitor/network. On iOS: When the app goes offline (Airplane mode or no Wi-Fi), it sometimes (every time in my case) fails to detect coming back ...
Srikanth Babu Vudharapu's user avatar
1 vote
1 answer
27 views

I have implemented a simple custom control using Angular 21's new FormValueControl, see StackBlitz: export interface Test { booleanValue: boolean; stringValue: string; numberValue: number; } @...
Peter T.'s user avatar
  • 3,437
2 votes
1 answer
30 views

I have a library component with a signal input: // item.component.ts import { Component, Input, signal } from '@angular/core'; @Component({ selector: 'item-component', template: `...`, }) export ...
DLO's user avatar
  • 1,242
-4 votes
1 answer
39 views

i want to add navigator in y-axis highCart graph but i m not able to add some limitation in high chart or what else? give me another option if the possible. i add some code like type: 'datetime', ...
Ravina C's user avatar
0 votes
0 answers
28 views

need to know the syntax for router.navigate for dialog Popup from a click event below routing works ( as a non dialog webpage) & wanted convert into a popup ! but how do I open it as a dialog(...
stellus's user avatar
  • 11
1 vote
2 answers
64 views

I have developed a small project in Angular 20 using Spring-Boot as my backend (my project does not use nginx). Every time I refresh my application on any url of the project or load a full url that ...
Horacio García Magallanes's user avatar
1 vote
0 answers
26 views

I have an Angular (19) Application which uses the angular-oauth2-oidc (v19) package. I do initialize the OIDC code flow in the provideAppInitializer function. This application is called from inside an ...
Karl Scholze's user avatar
Best practices
0 votes
0 replies
30 views

When building a component that uses Signal Forms to edit an object, the object needs to be loaded and then updated into the formModel. I want to use a pure Signal/Resource solution as opposed to using ...
muttonUp's user avatar
  • 6,787
1 vote
1 answer
36 views

I think I am missing something bigger regarding my problem but I simplified the issue as follows. My angular component class and view template is below. When I run the app, "numbers" array ...
Dml's user avatar
  • 96
1 vote
1 answer
67 views

I have the following route: export const routes: Routes = [ { path: 'hello', loadComponent: () => import('./hello/hello').then((c) => c.Hello), }, ]; In my app.config I have ...
Johan Tuitel's user avatar
1 vote
1 answer
68 views

I have this issue where I'm trying to access a selector (defined in another file) from within a state class, and getting the following error: "Error: [createPropertySelectors]: A parent selector ...
Sim-frpt's user avatar
Best practices
1 vote
0 replies
29 views

Look @ the following typescript code of an object component: export class ItemComponent { item: Item; // <-- term??? constructor(_itemService: ItemService) { this.item = _itemService....
Simon's user avatar
  • 5,014
0 votes
0 answers
62 views

My multipart uploading service for my website (using Angular) failed immediately after updating s3/lib-storage from v3.7xx to vc.9xx. This service has failed before when updating to v3.8xx, so I ...
Brother Eye's user avatar
0 votes
1 answer
89 views

I am using ngx-quill in an Angular 18 project and I need to completely replace the default link tooltip with a custom Angular form. I've implemented a custom Blot to handle additional data attributes ...
Laura's user avatar
  • 1
0 votes
1 answer
90 views

I recently implemented SSR in my Angular 21 application using: ng add @angular/ssr Usually, for browser rendered Angular apps, I place a small loading indicator into my app-root to reduce the time ...
LukyFoggy's user avatar
  • 699

15 30 50 per page
1
2 3 4 5
20453