For questions referencing Angular Template Syntax including: interpolation, input(property) bindings, output(event) bindings, two-way binding, local variables, star syntax, etc.
<div *ngIf="true" myHighlight #tRefVar="myHighlight"></div> <div>tRefVar is {{tRefVar.foo}}</div&…
angular angular2-templateI am using angular 2.0 final. I am trying to change the location of the router-outlet in the main app.component.…
angular angular2-routing angular2-templateWe are building an application in Angular 2 and TypeScript. We try to statically check types where it is possible. Is …
angular typescript angular2-templateI have a component that fetches list of items from server and then display that list using *ngFor in template. …
angular typescript angular2-template angular2-servicesI'm using primeng in an angular 2 application and facing this issue (stackoverflow question) Although the plunkr provided in the accepted …
angular angular2-template primengI'm trying to use a visjs lib but can't make their getting started example working it goes like this: <…
angular angular2-template vis.js vis.js-timelineI have a problem with the new ng-content transclusion. Let's say I have a component my-component that, in its ngOnInit() …
html angular typescript angular2-templateI'm working on an Angular 2 project. I use ngx-datatable to display a list of users: <ngx-datatable class="material" [rows]="…
angular angular2-template ngx-datatableI have a component to which I am passing a template. Inside of this component I would like to pass …
javascript angular typescript angular2-template angular2-directivesI am following the example given here https://valor-software.com/ng2-bootstrap/#/modals But when i put the template in …
angularjs angular typescript angular2-template ng2-bootstrap