Creating custom structural directive
A custom structural directive in Angular is a directive that can be used to dynamically add, remove, or replace elements in the DOM. Structural directives are prefixed with an asterisk (*), such as ngIf and ngFor.
Let's create a UnlessDirectiive whic...
sankarshanramesh.hashnode.dev1 min read