For questions referencing Angular Template Syntax including: interpolation, input(property) bindings, output(event) bindings, two-way binding, local variables, star syntax, etc.
We're using p-dataTable from PrimeNG 1.0.0-beta.16 I want to add a style to the row when a value is true. …
angular angular2-template primengI have header that should be used in both child and parent module.that was imported and used in parent …
angular components angular2-templateI am trying to create "right navbar" with angular material 2 md-sidenav. No matter what I do, it is always coming …
angular angular2-template angular-material2I need to build a readmore directive in Angular2. What this directive will do is for collapse and expand long …
angular angular2-template angular2-directivesI know that in Angular2 I can add a class 'red' to a component's selector element by doing this: @Component({ …
angular angular2-templateI have a click event nested one level. When i click on the child the expected function is called but …
angular angular2-templateSo here's the deal. I have a component thats very well written and being used in a lot of places. …
angular angular2-template angular2-directivesI sometimes have a component that can receive text like this: text www.website.com But I would like to …
angular typescript angular2-routing angular2-template angular2-directivesHow to Interpolate string with html using angular2. i know in angular 1.x there is $interpolate(templateString)(miniScope); but i …
angular angular2-templateWhat is the best practice to check if user has scrolled to the bottom of the page in Angular2 without …
angular angular2-template angular2-directives