Monday, November 5, 2018

Add/Remove HTML Elements Using Structural Directives

Let us start working with structural directives that let us work on HTML element by adding/removing its element dynamically. Sometimes we want the particular set of an element to be visible or render based on some condition and also we want the particular set of the element to render multiple times in the DOM.

source https://www.c-sharpcorner.com/article/addremove-html-elements-using-structural-directives/

No comments:

Post a Comment