hello guys I have this next error when I try run my App from the terminal(linux), when I run this command: ng serve and I get this error in my terminal: A
I would like to fire two animations at the same time on click. The animation triggers use the same state, one is placed on an outer parent div and the other is
When I'm trying to make link like this: <a [href]="getUrl()">click me</a> getUrl() { return this.domSanitizer.bypassSecurityTrustUrl
I have upgraded my Angular application from 12 to 13 version. And I started getting this error during unit test run. Chrome Headless 94.0.4606.61 (Windows 10) A
can we wait for the resolution of a promise within switch case statement, using the keyword await? in my angular component I have the following code which crash
My build process generates index.html with tag <style>, but because of I use CSP and i dont want to insert into my code style-src 'unsafe-inline' it doese
I am unit testing a component that is used to edit an object. The object has an unique id that is used in order to grab the specific object from an array of obj
I'm working on the serverless web MEAN and I'm trying to publish on vercel. When I'm trying to access some route through the navigation menu, the router is work
I want to do something like this for my registration. When clicking the register button, this will be executed: this.store.dispatch(new Register(user)) .s
Edit: My Jest was not setup on my Angular project properly. so if you are experience this then your Jest was not setup properly, if anyone has a good guide on s
From version 13.0.0 there will be a .angular folder generated in root which is ignored by git containing a cache folder which caches builds. How can I remove (o
Hi I am writing unit test case for my angular code. I am trying to update textbox in gridview. Below is my gridview code. <input *ngIf="editing[rowIndex + '
In one of my API's I mostly return a result (let's say paged 50 results) as one whole in an json array like so: [{},{},{},{},{},...] I was wondering if there
I'm trying to fetch data from firebase, but facing an error "Property 'subscribe' does not exist on type 'OperatorFunction'" any idea? whats missing here
Created a table grid using and sometimes the vertical or horizontal lines are not showing up. When I change the zoom percentage or refresh the page or scroll t
I am trying to write unit test cases for registration component in my project, but when I try to access a input ele by ID to test it's placeholder which is in t
I am using template driven form and am trying to set the value of the form elements based on some object properties, however i face the following on doing so.
I'm currently building a quiz app which uses a component to create a widget using which we can embed to a 3rd party website. This widget GETs
I have an Angular 5 project that uses ngrx/store. The project consists of an application and a shared library that the application uses. Up until today, we had
I am pulling an array of data from database and displaying it with a simple table.What i am trying to do is adding a pagination feature to this table.For exampl