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?

Access DOM Element With Template Reference Variables On Component

I'm trying to get a reference to the DOM element for a component in an Angular 2 template using… Read more Access DOM Element With Template Reference Variables On Component