I have implemented Open Id Connect in my Angular application(ver.11) with angular-oauth2-oidc library. I am able to authenticate with Google authentication syst
I have an array of objects that contain a quantity field. I'm looking to total one field from the array on a review screen on a table. I have an array of admini
I have ASP.NET Core API that is being consumed by an Angular app. Now I have implemented ElmahCore error logging API that shows all errors of Backend API on the
like this My Angular app integrated Okta access and user management API. The application backend is hosted in AWS Beanstaik and front end angular app is hosted
so the default "I looked all over...etc", but no luck. My problem is I can't seem to download or access my s3 objects through my client. I can't access it as th
I have an angular app, and one component has to load some javascript files from assets. These scripts are loading some data into some graphs on my component pag
How to connect the elements with a line like in the picture? When you click on one circle and then another, a line should be drawn. Maybe there is a library for
I realized an app front Angular, back-end Django, deployed on Windows server using IIS and FastCGI. This app serves media files on a certain URL. It works fine
Seems a simple question but I am new to RxJs. How do I return the value from a store subscription so that it is not an observable but the actual value? I am cal
To upload a picture into Firebase storage, I am creating a path for the AngularFireStorage.upload method: In the template, an input to select the file: <inpu
I am using Angular 12 and Bootstrap 5 to create a SPA. I created a shared navbar component. When my navbar changes to the hamburger menu button, the navbar does
I created a products folder which contains products-home.component(parent) and products-list.component(child) with named outlet. I get Error: Cannot match any
I've been experimenting with Angular Material and found myself questioning the benefit of using the built in BreakpointObserver API over a simple media query? O
<div class="flex-container-new"> <div class="header-alert-gauges"> <div style="margin: 0px 2px 0px 26px;"> <dashbo
I have a custom datasource in Angular where I have implemented sorting, paging and filtering. All of them works fine but when I go to filter the data in the tab
while i am writing this code "{{weatherinfo.name},{{weatherinfo.sys.country}},{{weatherinfo.coord.lan}},{{weatherinfo.coord.lon}}" scroll bar shrinking automati
https://i.stack.imgur.com/B5doW.png I have sentences like this, and as you can see, if the word I'm looking for is in that sentence, I put it in span tags. .rep
I'm getting errors stating that angular/core/core has no exported member 'ɵɵFactoryDeclaration' while I ran ng serve on angular9 project. The error I
I'm getting errors stating that angular/core/core has no exported member 'ɵɵFactoryDeclaration' while I ran ng serve on angular9 project. The error I
Yesterday I created a new Standalone TypeScript Angular Project in Visual Studio 2022. After a couple of minutes playing around with it, I already got a bunch o