Use this tag for Angular questions which are related to templates topics, such as interpolation ({{...}}), template expressions, template statements, data-binding.
I am trying to tell whether an item in an *ngFor is the first or last element to style a …
angular typescript ngfor angular-templateWhat is the difference between: {{::office.name}} and {{office.name}} in angularJS?
javascript angularjs angular-templatecurrently, i am practiced angular 4. when a normal user view this then show public content When A Registered user enter …
angular angular-templateQuick angular.js question... If I have a webpage with content like this: <div>{{message}}</div> …
angularjs angular-templateYet very basic thing, but I am unable to figure out how to display array of strings in html template …
angular ngfor angular-templateI am locally developing a single page app. I cannot seem to load an HTML file as a template using …
angularjs angularjs-directive angular-templateI'm creating an Angular component that wraps a native <button> element with some additional features. Buttons do not …
javascript angular angular-templateI'm pretty new building directives with Angular2. What I want is to create a popup directive that will wrap the …
html angular angular2-directives angular-templateI'm trying to create a component that accepts multiple templates as inputs. This is the example I have: @Component({ selector: …
angular angular-components angular-templateI'm using Angular Material v6.0 MatTreeModule (mat-tree) with checkboxes. But I'm having a hard time figuring out how to determine …
angular angular-material angular-forms angular-template