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
I have a deeplink in my app with ionic 5 and I'm using Firebase dynamic link with all configuration as assetlinks and others. The link allows me go to internal
I am using Angular 5 & need some configuration data from a .json file before Angular startup. I tried using APP_INITIALIZER as below in app.module.ts const
I've got a project that needs to use a third-party custom library that was given for the project. How does one correctly use/integrate it? Do you have to import
After installing these two package in my Angular application 13.0.3. I am receiving this below warning. "angular-instantsearch": "^4.1.0", ⠙ Generat
I'm developing a page where I use a table from ng-zorro, I get the data from an API, but after I filtered the Data the table just show the "No data" display, no
My current setup is: Ionic, Angular, AWS Amplify (GrapghQl, DynamoDB, Authenticator, and Storage) I had everything working until I added Storage following the i
I am using Angular 13 and the command "ng add ngx-bootstrap" installed the following: "bootstrap": "^5.1.3", "ngx-bootstrap": "^8.0.0", Now it fails to find the
After tracking down unexpected requests being made I've found that my app's global user state's slices emit upon every navigation. What are potential causes of
I'm trying to clear the memory contents of a C# string for security reasons. I am using a ngmodel to have the user enter their username and password, once I hav
Working on Angular, I created an Input with mat-autocomplete and mat-option (data comes from an Object Array, using NgFor). Properties of Object are ID, name an
I'm using Angular material in my website and trying to make it WCAG level A compliant. Doing some checks with the AInspector (extension for Firefox) seems the m