Category "angular"

Selected Field Value visible in matToolTip but not in disabled divTable dropdown

I have the following code: table.component.html <div *ngFor="let person of persons; let i = index;" class="tbody"> <div class="row"> <

ngx-image-zoom set max-width and -height

ngx-image-zoom is a great product. After some testing we found out it will be necessary to set a max-width so a large image won't bump other content off the cli

Whenever I refresh page its path copy again and again angular routing issue

Whenever I go to my landing page and if I refresh it then it add one more path to the landing page any solution you can refer images for more information const

Call retries were exceeded exception while ng build

I am facing an exception while ng build (generating ES5 bundles for differential loading...) An unhandled exception occured: Call retires were exceeded Used

Function with RxJS and combineLatest sometimes works and sometimes doesn't

If you call this function multiple times with the values of the observables obs1 and obs2 being the same each time, the returned array is not always the same. g

What is React Native WebView alternative for Capacitor/Angular?

I need to transform WebView component from React Native to Capacitor/Ionic/Angular: <WebView source={{uri: customUri}} /> Is there some similar option

Why I can not print Angular page with styles?

There are styles in root component: .div { width: 400px; height: 200px; background: #000; } When I click button to print out this page I get preview w

Angular Material Table pagination not working, listing all rows even though the paginator is shown

I am trying to paginate an angular material table. The table at present is having dummy static data , in future once the backend api is ready it will be called

Angular Material Table filtering not refreshing

I have an Angular Material table... <div class="card"> <div class="card-header"> <b>{{ pageTitle }}</b> </div> <div

unable to load image file from server in angular

i am sending an image file named figure.png from flask api and it is working fine. i have checked it in postman. now here is the angular code -> chart-compon

Template Parse Error: 'mat-sidenav-container' is not a known element, and about router-outlet, ngif

I used angular13. and Vs code. 'mat-sidenav-container' is not a known element Property binding ngIf not used by any directive on an embedded template. Make sure

How to downgrade node version?

I want to downgrade my version using npm. The current version is 16.13.1. I want to downgrade this to 12.0.1. Can anyone tell me how to do it? Thanks!

Why is the imported Angular/TypeScript model not properly mapping over to my service in Angular application?

I am designing a system that tracks mutual fund information entered manually by the user, and am having difficulties getting the application to properly read th

Clear trailing spaces after pasted number in Angular

How do we strip out spaces at the end of the 10digit number when user copies it from place (like email or word docs etc) and pastes it in the search bar? But th

Tailwind with Angular 13

when I run : ng add @ngneat/tailwind I got this error: An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID !!!!!! VSCode. An

Sending Form error: TypeError: this.form.get is not a function

I need your help. I have a small piece of code with which I want to send my fields to the backend. There are no errors in the code, I get the object in the data

File upload in angular 11

I am starting on angular 11 and am trying to upload a file or multiple files as a post request to my back end API ( that I created in node.js ) Here is the code

Angular and .Net Core Project VS 2022: An unhandled exception occurred: Project 'Leon\AppData\Roaming\ASP.NET\https\<projectName>.pem' does not exist

Hello I am building an Angular/.Net Core project and creating the projects by following Microsoft's suggestion, https://docs.microsoft.com/en-us/visualstudio/ja

ERROR Failed to load resource: the server responded with a status of 403 () en angular

Errors I get ERRORES: Failed to load resource: the server responded with a status of 403 () login:1 Access to XMLHttpRequest at 'http://localhost:8080/l

Angular Youtube Player - Fit to 100% height

I use the Youtube Angular pakacge in my Angular 11 project. I would like to fill the player to 100% of the divs height, which is a TailWind h-full div: <div