Aliasger Jaffer
Aliasger Jaffer's Blog

Aliasger Jaffer's Blog

Follow
Series

Angular

In this series, I will be posting short sample code or tips.

Articles in this series

Quick Notes: Using ng-template with ng-container

Oct 4, 20212 min read

Learn how to pass data to ng-template · ng-template element does not display it's content to the browser. Instead, you can use ng-container and pass it...

Quick Notes: Using ng-template with ng-container
Quick Notes: Use enums instead of string comparisons for *ngIf
Quick notes: Implement password and confirm password validation in Angular
Create an Angular custom input component with grouping