Tag Archives: html5

Angular2 – Attribute Directives

Angular2 – Attribute Directives Directives give us the ability to create tags which can be directly used in the template. Since they are not HTML5 templates, we need to define how Angular can render these components In the end, they would be converted to a representation that a browser understands. Angular can convert these directives… Continue reading »