307,121 questions
0
votes
0
answers
16
views
UserUnAuthenticatedException: User needs to be authenticated to call this API; Angular 19 aws-amplify v6
Hi I am encountering the issue in Angular and aws-amplify v6
UserUnAuthenticatedException: User needs to be authenticated to call this API
I have configured the Amplify in my main.ts Amplify....
0
votes
1
answer
15
views
How to wait for a method set inside signalStore to finalize
I'm starting an angular application using ngrx signal, I've defined some methods, but I can't get my component code to wait for that method to finish
Store
export const OperationStore = signalStore(
...
1
vote
0
answers
18
views
computed function is called, but no logging to console
I'm experimenting with signals and following this blog post. I'm at the section 'Overriding the signal equality check'.
I have this two simple signals according to the blog post:
object = signal({
...
-1
votes
0
answers
30
views
Too many redirects loop issue with Spring Boot, Keycloak and Angular when deploying to another computer [closed]
I'm experiencing a redirect loop ("too many redirects") problem with a Spring Boot + Keycloak + Angular application. On my local machine everything works fine; but when I test on another ...
0
votes
1
answer
21
views
In Angular, can I pass data in a getter method from parent to child?
In my parent component, I am using the following getter method to paginate data in my child template.
get paginatedData() {
const start = (this.currentPage - 1) * (this.itemsPerPage);
const end = ...
0
votes
0
answers
18
views
Angular Swiper Only Shows One Slide Initially Before Loading Others
import { Component } from '@angular/core';
import { MatButtonToggleModule } from '@angular/material/button-toggle';
import { TmdbService } from '../../services/tmdb.service';
import { OnInit, ...
1
vote
1
answer
23
views
Microfrontend Architecture: Angular Guards
I have an application that uses a microfrontend architecture. In one specific microfrontend, I'm using Angular guards with the canDeactivate method. Here's an example:
const exampleRoutes: Routes = [
...
1
vote
1
answer
26
views
reload component in Angular 19 with signals
My reload component:
import {ChangeDetectionStrategy, Component, input, output, resource} from '@angular/core';
import {ErrorService} from "../error.service";
@Component({
selector: 'a50-...
1
vote
1
answer
17
views
Angular 17: What use to to fetch data at the app start moment?
there is an issue.
I have Angular 17 app.
There is a need to get a user data by http request as to keep it in localStorage and use everywhere.
The request should be send once only and as earlier as ...
0
votes
0
answers
25
views
Angular update reactive formgroup values [closed]
In my Angular application, I have a [formGroup]="form" and have a submit function which is submitting the form. Currently the form value is being submitted as :
{"customerId": 11,&...
2
votes
2
answers
51
views
Angular dynamically loading API keys and passing it to custom npm package
What I'm trying to do
I have an angular application the imports a custom library as an npm package. I need to load the API keys dynamically from an API. Before I was loading the API keys from ...
1
vote
1
answer
44
views
Get all deprecated elements on angular project
Is there is a way to get all deprecated elements in my angular project? (like functions, properties, etc.) so I can change everything without looking one .ts file at a time. If it's usefoul to know, i'...
1
vote
2
answers
37
views
Why don't my angular components realise that it's part of a module?
Disclaimer: I may be wrong about my understanding of this seeing as I have only been using Angular for little over a year (Angular 16.0.0).
Code
I have this component (SidebarComponent):
@Component({
...
0
votes
1
answer
17
views
angular dynamic dropdown change event doesn’t trigger automatically
So I came with issue related to angular dropdowns, I have multiple dropdowns where they are dependent on last dropdowns response.
In simple word suppose I have Class - Subject - Part like these tree ...
0
votes
0
answers
11
views
node_modules/angular-froala-wysiwyg/fe-root.module.d.ts:7:21 - error TS2694:
i upgraded my angular project from 7 to 10 but iam getting errors from this angular-froala-wysiwyg. can you please suggest me suitable version for angular 10
i want to fix all those issues regarding ...