I want to display the ngx-wheel using api but I'm having trouble displaying the data. Here my Service : import { Injectable } from '@angular/core'; import { Htt
Just another day in the office, right? What once worked is no longer working. Yay! I am supporting an Angular 8 web application and attempting to kickstart loca
I am new to Angular and i need your help !!! I have a TreeView in my Angular project. i can generate TreeView from my API Response. My problem is I don't know h
I have problem. Angular is sometimes showing error ERROR TypeError: Cannot read properties of undefined (reading 'onDestroy') I am getting this error when I am
Is there a way to index an angular website using the web crawler functionality of elasticsearch?
I want to fetch customers list from my back-end via get Http call. But i am unable to declare array of customers in my component. I have customer.interface.ts l
I am currently using Angular 11. When I run the unit tests, all pass except one which says: Error: It looks like 'ResultsService' has not been IVY compiled - it
Generating browser application bundles (phase: setup)...Error: ENOENT: no such file or directory, open 'D:/Harry/client/src/src/main.ts' at Object.openSync (nod
I recently updated one of my projects to Angular 13 from 10, during development everything worked just fine. Then when I generated a production build to notice
Having read the Angular security guidelines, I would like to: configure the content security policy enable the trusted types enforcement Here is how I changed m
I have an Ionic/Cordova Android application that is deployed on various different client internal networks, where the application connects to a http service run
I currently have a horizontal mat-stepper component which can be found below; The user is currently able to go back to the previous step by clicking the "Back"
Is It posible to create a Node.js service that renders the angular aplication depending in if is a client or a server? Right now I am only using SSR, I followed
I am using ngx-translate to translate my components. I am able to change website language if the user clicks on language link inside the same component. In an
i have a problem with tab title setting. Before is was always the same title which is set in index.html Now i would like to have another title in some component
About I am trying to compare the value of password and confirm password and if found mismatch then message to be shown. Due to some reasons it shows nothing. Am
I'm trying to use the selectCurrentRoute selector, but I only get undefined. export interface AppState { router: RouterReducerState<RouterStateUrl> } e
I would like to configure my lazy loaded routes nested, which are only available if the users is logged in. Authentication works with Auth0s and it's correspond
I have a primeNG multiselect (p-multiselect) as part of a component library, which we're adding into a report with many other multiselects to create filters. Si
// aap.component.html <ul *ngFor="let items of exceltoJson" > <li> {{ items }} </li> </ul> <input type="file" (change)="onFi