Skip to content Skip to sidebar Skip to footer
Showing posts with the label Angular2 Template

Angular 2 Tabs - Access Child Elements

i'm trying to access the html elements inside the tabs component using the example from angular… Read more Angular 2 Tabs - Access Child Elements

Angular 2. What Is Faster To Render: [ngClass] Or Class="{{}}"?

What will render faster? one or another o Solution 1: I did some research and can surel… Read more Angular 2. What Is Faster To Render: [ngClass] Or Class="{{}}"?