I've ran into an issue running npm start (I've attached the screenshot of the error bellow) on my Angular project. When I run the project using ng serve, everyt
I'm building an app with Ionic 6 + capacitor. It works fine when testing on the browser and the Android build. However, when I try to build it using XCode it ju
The project (Angular 11, rxjs, material, @swimlane/ngxdatatabe) can be build and serve with no error message. When loading the landing page from Chrome, it is s
So I am trying to change the css of the header element of the nebular theme in angular It looks like so I want it to look like this I am trying to separate the
Everything is working fine yesterday, today when start my angular 11 project, I got stock on "/ Generating browser application bundles (phase: building)..." hav
I'm trying to implement authentification using firebase auth, the things is that when it comes to persistance i'm stuck. I tried to use local storage as you can
I'm using ngx-translate in service. Exactly in this function. @Injectable() export class StartService { constructor(private translateService: Trans
I am building a dynamic drag and drop form builder and i cant find a way to console log out the data of the form. here is the form component.html in which i am
Here is the code snippet. The placeholder doesn't appear in the dropdown, is blank before choosing an option. <nz-select nzShowSearch=true
in an Angular 12 reactive form, I have a dropdown list which is hooked up to fire on the change event. Now the data populating the D/D is of a Type rather than
I can't import ChartsModule in my app.module.ts in my angular 12 project. I tried to import it but it only shows NgChartsModule, because of it some functions of
I am deploying my angular application on tomcat server. I have run the ng build --prod command and copied my dist folder on the server. Before accessing the pag
I have added the following @progress/kendo-angular-upload After adding the package & trying the command build Following is my package.json file
I develop a web app where users can post text, images, Files a post text can contain links also, for example this is my webpage link: https://demo.com/page1/hom
I have a .NET CORE 6 Api for the back end and a Angular 13 for the front end. Currently I am trying to authenticate via Angular using msal and then call the pro
I recently started to use NodeJS into my Angular program, so far, I'm doing it like this : node : app.get('/register/:username/:password', function(req, res){
Have an issue with mat-checkbox in safari and npx-grpah. as you can see below on the screens. this is chrome and on charts mat-checkbox appears properly in eve
I wanted to know if it is possible to apply a typography level to a specific material component from the scss theme. For example, apply the subheading-1 typogra
What is the proper configuration for HammerJS in Angular 10/11? We shouldn't import from 'hammerjs' anymore, instead, we should import HammerModule from @angula
I am testing a function that has a reference to a form in it (this.form), so when I try to test it I am wondering how I can mock that form so the function has a