Use this tag for Angular questions which are related to templates topics, such as interpolation ({{...}}), template expressions, template statements, data-binding.
I have a list of objects that's structured like this: [{item},{item},{item}] I'm trying to create a list of …
angular checkbox angular-template angular-ngforI am starting to learn DOM manipulation in Angular and notice templateRef and its method createEmbeddedView. I am more curious …
angular angular-templateI'm trying to make a binding to an input field type file through ngModel on the typical Angular way like …
javascript angular typescript angular-templateI have an index that serves a static header menu, and below that an ng-view that based on route, selects …
angularjs angularjs-directive angular-routing ng-view angular-templateIf I have the following: <div *ngIf="user$ | async as user" class="container"> <p>{{user.name}}&…
angular angular-ng-if angular-templateWithout observables I can write the following line in the HTML template: <div *ngIf="(myVarA || myVarB) && myVarC !== …
angular rxjs angular-templateIt's possible evaluate template from string in a variable?. I need place the string in the component instead of the …
javascript angular angular-templatethis question has already been said but unfortunately no answer worked for me. Here is my problem (angular 5): <option *…
angular angular-template angular4-formsI have something like <div ngNonBindable> yada yada.... { ... } blah blah.... <div> Even with 'ngNonBindable' directive I …
angular angular-templateI have a directive with a template and inside this template I have a <script> tag using variables …
javascript angularjs angularjs-directive angular-template