I have an angular application, and I want to interact with Alfresco community 7.1 via APIs from this List . how can I call these APIs? Another question, I know
I have a table fulfilled with ngFor directive. Each line has a title, a badge (Material badge) and a button. I would like to change matBadge value when I click
It took me a couple days, but I narrowed it down to the type attribute. In my StackBlitz, the first radio set is just putting an empty string in the FormGroup o
I've the following method: retrieveAccessToken() { this.httpClient .get(environment.backendUrl + 'accounts/refresh-token') .subscribe({
I am newbie with ngrx entity, and also in angular. I am trying to store data in the store with ngrx, with multiple reducers. I think am doing well, but the prob
Stackblitz link: https://stackblitz.com/edit/angular-ivy-bafyye?file=src/app/components/user-details/user-details.component.ts I have created nested reactive fo
I have this variable declared in global scope: export class InboxmanagementComponent implements OnInit { statmentID: number; // global vari
I want to execute a pre-defined promise (promise 2) recursively after another promise (promise 1) resolves to see when my connection to a peripheral device retu
so I have been trying to make a peer-to-peer video-call service using webRTC and I have come across this error and don't really know how to solve it. I don't ha
I would like Ag-grid to be part of a dynamic component in Angular. The host calls componentFactoryResolver on the component which holds the agGrid instance but
I have issue with this "Error trying to diff '[object Object]'. Only arrays and iterables are allowed" when i want to get my products in html Here is my product
I'm currently creating a project with Angular 13, the Ionic CLI, and Angular Material. I have no problem adding @angular/material when I don't use Ionic, but us
this is what i have as default for my jspdf autoTable(doc, { head: [['Product', 'Quantity', 'Discount', 'Prix']], body: [ ['product1'
I'm testing ng build --configuration production command: LOCAL PC: ng build time: 1'06'' Build time: 52'' Building time percentage: 78% INTEGRATION SERVER.
I use angular material mat-form-field and matInput. But input has this outline . How can i remove it? <mat-form-field appearance="outline" class="form__item
Here is my code using paramMap within component A with the activatedRoute and it works fine ngOnInit(): void { this.route.paramMap.subscribe((params) =&
I am working on an Angular + Cordova project. I am trying to use the cordova-plugin-firebasex plugin for push notifications functionalities. It is doing good fo
im creating an angular 13app using CLI i want to set a path to my app when i run it i got the following error : Unknown option: '--base-href' Unknown option: '/
So this is my web-socket.service.ts where I send the url information to the websocket in order to establish the connection: import { Injectable } from '@angular
I am not able implement recordrtc. I took the following code from the site: https://medium.com/@coolchoudharyvijay/use-mic-in-angular-to-record-audio-simplified