Category "angular"

How do i add a property from one Observable to the second Observable?

I am trying to add an address Observable to a user Observable. export interface Address { country: string; state: string; city: string; street: string; zip

Angular Material Datepicker Selection Strategy - how to get value of selected date range

I'm trying to create a table which will display some info. The columns will be dynamically changing according to the selected date range. I'm using Date range p

Angular RouterModule - getting 404 on page refresh with path defined in routes Azure Static Web Apps

I had created child components to lazy load based on nav menu click which has paths "HTML". The app-routing.module.ts has the following routes defined, const ro

How can I bind my selectAll button in Angular to an $event change?

May I know how to trigger the $event on the click of my selectAll button in Angular? My code are as follows: <div class = "col-md-auto" id = "container">

Angular Font Awesome Icons not Rendering (tried other suggestions on site)

I am attempting to add a delete icon to my Angular task list project. I have used ng add @fortawesome/angular-fontawesome. I then used npm install later when t

angular universal + @angular/flex-layout cannot work well on first rendering

I am on a ssr project with angular universal , and use flex-layout to handle media css issuses. I found this issuse , and imported FlexLayoutServerModule into

I can't add labels to svg path

I want to add a custom-styled label to my object. this is my code of SVG: <svg height="512" version="1.2" viewbox="0

Error: The selector "app-redirect" did not match any elements, I am trying to upgrade to MSAL v2 and obtain refresh token

[Console error import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { SharedModule } from './shared/s

Chosen label is not changing after cancel button in ng2-daterangepicker

Using n2-daterangepicker. Facing two problems. When select custom range its not changing the chosen label change If applied cancel button and then click custom

Subscribing to firebase topic do not filter push message

Context I am developping an Angular web application using firebase messaging. I configured firebase successfully (I guess) and I now subscribe to a "users" topi

Regex for duplicate words in a string with one of them with a apostrophe in Angular

I want to create a regex for a requirement, a string is having duplicate words but in that duplicate words one is with a apostrophe. For example: EXCHANGE CORRE

Is it possible to connect a PHPmyAdmin database using Angular and Postman?

this is my first time using StackOverflow and I don't know how this works but I'll be quick and short. So, I'm in an internship and I'm learning Angular and I o

Use Angular library repository as dependency via Bitbucket

I got a problem regarding the use of an Angular library repository. Hopefully find an answer here :) I have an Angular repository which holds one single Angular

OAuth 2.0 flow using Keycloak with a back-end and front-end?

I'm working on a project that consists of: A back-end in Java (JEE project deployed on Wildfly) Front-end developed in Angular Keycloak for authorization and au

How can I programmatically disable or remove arrow key navigation on a PrimeNG Table using TypeScript or Angular

I would like to programmatically disable left and right arrow key navigation in a PrimeNG Table using cell editing, without having to modify the Table component

new version of subscribe() in angular

I'm new to Angular, and I try to build a web following a tutorial. But it said the way I use subscribe is too old, could you help me to change it? ** employees:

How do I upload multiple files in array in Angulars reactive forms, from an API and send the data as a number to the array

***ERROR IMAGE: *** https://ibb.co/JKd0hV3 Who can help me solve this problem, I get a 490error whenever I run this code. Am I missing something or need to refa

Merge multiple POST requests based on the same value of each array. (Angular)

These are the two outputs "statusCode": 200, "data": [ { "color": { "id": "1111", "name": null,

Angular with Spring boot static does not work

I have an spring boot app, which contains an angular front like this: src/main/resources/static/zanori2 Where in zanori2 I have the result of ng build some like

Why does my mat-paginator display incorrectly and there is no scrolling of pages if the table is out of bounds

here is my code html: <table mat-table [dataSource]="data"> <ng-container matColumnDef="Audit_ID"> <th mat-header-cell *m