Use this tag for Angular questions which are related to templates topics, such as interpolation ({{...}}), template expressions, template statements, data-binding.
I have the next components in the same html file. <app-form></app-form> <app-results [hidden]="isOn"&…
angular angular-templateHow to declare a dynamic template reference variable inside a ngFor element? I want to use the popover component from …
angular ng-bootstrap angular-templateI am trying to build this template: <ul> <li *ngFor='let link of links'> <ng-container *…
angular angular-template ng-templateI have a component whose template looks something like this: <div [my-custom-directive]>Some content here</div> …
angular angular2-directives angular-templateI am new to angular 4. What I'm trying to achieve is to set different layout headers and footers for different …
angular angular-routing angular-template angular-routerI am using Angular 5.2 in my project and new to the angular framework. My component html is looking like this:…
angular angular5 angular-templateI've been trying to find the best way to create a modular, scalable angular application. I really like the structure …
angularjs angularjs-directive angular-ui-router angular-templateI'm seeing that among the classes added to an element, sometimes there's this 'ng-star-inserted' added as well and I'd like …
javascript css angular angular-templateI would like to make an if-else statement in my angular template. I started with that : <ng-container *ngIf="contributeur.…
angular if-statement angular-templateAm following this tutorial on transclusion https://scotch.io/tutorials/angular-2-transclusion-using-ng-content However there is no mention on how to …
angular angular-template