here is my code html: <table mat-table [dataSource]="data"> <ng-container matColumnDef="Audit_ID"> <th mat-header-cell *m
This is my model image and image saved in database as a binary array. I want to convert image value from array of bytes to string to preview the image. export c
I have this Angular component where hover effect is currently applied with pseudo-class :hover in .scss file. But I want to apply the hover effect with dynamic
I have a problem in my loop... I would like to display the Belgique value once. The variable is called PAYS_LIB. Here is the JSON file. The path => REGROUPEM
The first enum value needs to be 0 in protobuf, but this does some trouble in a dropdown component of Primeng. Is there a way to set the first enum value to 1 ?
I'm using cypress 9.3.1 with @cypress/code-coverage 3.9.12 and cypress-cucumber-preprocessor 4.3.1 in an angular 13.0.1 application. My tests are running fine a
<mat-form-field appearance="standard"> <mat-label>Name *</mat-label> <input matInput [(ngModel)]="currentUser.username"> </ma
I trying to add more color to my angular material theme, I've added the success color in my style.scss by the map.deep-merge fucntion // Custom Theming for Angu
I'm trying to use google sign in from firebase in my ionic angular project, I follow the tutorial, the compilation was good but when i click the sign in button
How to overrider the selector value in MockBuilder provided with provideMockStore In general with Testbed beforeEach(() => { TestBed.configureTestingModul
I have a MatStepper that's used to navigate to the next page of a signup flow. I also have a method that loads values from a cache if it's available, and if so
I am trying to change the border of a mat-form-field to green when the input is valid without overriding CSS classes and I was sure I am missing an easy trick.
I have C# api code as below. It work correct when i run on visual studio and deploy to iis server. I consume this api by javascript or Angualar on production Fr
How Should I get the Auth0 bearer token in Angular. I am currently using Auth0 SDK and AuthModule to set it up. @Injectable() export class TokenInterceptor impl
I'm having a FormGroup inside which I have multiple controls and one among the controls was Select. I could validate other controls for the required field but n
I would like to create ngx pagination in angular 8 specifically jump to exact page. Ex Go To (Text box comes here) . I have 10 pages when user tries to enter 3
Our application is a mix of: Front-end: Asp .NET with Razor pages (parent application), and some Angular Pages (displayed in an iFrame) along with typescript.
SectionService form this.form = this.fb.group({ siteDestinationSectionsList: this.fb.array([this.siteDestinationSectionsListGroup]), // removed rest
I want to restrict typing in a text box but I need to paste anything inside that textbox in Angular
I have this chat in which I'm trying to apply styles to the "chat-container". The messages are displayed with Angular's *ngFor as follows: <p *ngFor="let m o