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

In Angular2, How Can I Detect Is There Any Ng-content?

plnkr demo here @Component({ selector: 'my-demo', template: `This is ` }) export class … Read more In Angular2, How Can I Detect Is There Any Ng-content?

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="{{}}"?

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="{{}}"?

Accessing Specific Array Element In An Angular2 Template

I have an array that I can loop through using ng-for syntax. However, ultimately I want to access j… Read more Accessing Specific Array Element In An Angular2 Template