python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Translate pipe with html tags
In Angular while using translate pipe I provide string to it to get the result message for my validation service. And it worked fine for me until I needed message with underline text. And I thought it...
GigaGeek
Votes: 0
Answers: 2
Confirm password validation in angular
I have a reset-password form with 2 input fields:
New Password
New Password (confirmation)
I had to create a validation where "New Password (confirmation) needed to match "New Password&quo...
Dorijan Golja
Votes: 0
Answers: 2
Wrap a material component (mat-select) inside a component of mine
I'm trying to use mat-select of Angular Material 11.2.12.
Since I need to make mat-select do some stuff (filter, select/deselect all) besides its default behavior, I need to put it inside a component ...
Matt
Votes: 0
Answers: 0
Angular reactive FormGroups loop
The goal is to have a dynamic component to automatically render required error messages for a given reactive form.
.component.html
<ng-template #errTpl let-control>
<div *...
David Wolf
Votes: 0
Answers: 0