For questions referencing Angular Template Syntax including: interpolation, input(property) bindings, output(event) bindings, two-way binding, local variables, star syntax, etc.
I'm working on an Angular2 application, and I need to display -- but disable an <a> HTML element. …
html dom typescript angular angular2-templateI am stuck in a situation here. I am getting an error like this. compiler.es5.js:1694 Uncaught Error: Unexpected …
angular angular2-templateng-container is mentioned in Angular 2 documentation but there is no explanation how it works and what are use cases. It …
angular typescript angular2-templateI am beginning to learn Angular2. I've been following the Heroes Tutorial provided at angular.io. All was working fine …
angular angular2-templateI am developing a component in Angular2 (Beta 8). The component has a textbox and a dropdown. I would like to …
angular angular2-template angular2-formsWhen I try to use a data attribute in my template, like this: <ol class="viewer-nav"> <li *…
angular angular2-templateI am having trouble finding a good autocomplete component for Angular2. Just anything that I can pass a list of …
angular angular2-template angular2-directivesI'm trying to show a checkmark if an answer is the accepted answer: template: `<div ngIf="answer.accepted">&…
angular angular2-templateIs it possible to have multiple router-outlet in the same template? If yes then how to configure the routes? I …
angular angular2-routing angular2-templateGiven the following array in component property groups: [ { "name": "pencils", "items": ["red pencil","blue pencil","yellow pencil"] }, { "name": "rubbers", "items": ["…
angular angular2-template angular-template