This has been going on for some months but we are really getting anoyed by it. So in the summer of 2020, we upgraded our packages in our angular project and all
For my project, I am using cesium to display on a map WMS layers (On 2D map). To increase performances, I use the provider SingleTileImageryProvider to request
So I have an Angular Universal SSR app which runs with node. The latest Angular and Universal versions as of 21/01/2021. My hosting company allows me to run nod
I need some kind of special RxJS syntax if it exists for this scenario: this.electronicInvoiceService.getElectronicInvoice(this.invoiceId) .subs
I'm trying to test that two async functions. The problem is that one of the functions is called every 10 seconds automatically. I tried to use tick() or flush()
my output Here is my code: https://stackblitz.com/edit/angular-ivy-w3lop5?file=src%2Fapp%2Fapp.component.html I am just a beginner for few days. I dont understa
How do I implement this in Angular 12? below is the code in my html: <mat-form-field style="width: 70px;" [appearance]="somevariable ? 'none' : 'legacy'" &
I am able to download table data in excel using xlsx and file-save, however I want to download data with styles in excel (So if my text is bold, if it has align
I would like to show a static HTML file as part of the Angular app, so included it in assets section in angular.json file. But still when accessing it http://lo
I have AuthService which has login() method like: private authUrl = "http://localhost:8080/myapi/auth"; login(username: string, password: string) { let
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