Use for questions about Angular 2+ directives
I'm new to angular in general and to angular2 specifically. I'm trying to write a container component, which should have …
angular angular2-template angular2-directivesWhat is the difference in Angular 2 between the following snippets: <div [class.extra-sparkle]="isDelightful"> <div [ngClass]="{'extra-sparkle': …
angular single-page-application angular2-directives angular-ng-classHow can I skip the first index from the array? <li *ngFor="#user of users"> {{ user.name }} is {{ …
angular angular2-directivesI have been trying to implement a simple ngFor with Angular2 but I don't know what went wrong which lead …
angular angular2-template angular2-directives angular2-componentsI am searching on many forums and questions, but nobody seems to ask how to double click ou double tap …
angular ionic2 directive angular2-directives double-clickUsing a custom directive how would you add/remove a class on the host element based on a specific conditions? …
angular angular2-directives angular-directivemy app got many images with descriptions. When user navigates these text is coming first and image is loading with …
angular angular2-directivesI need to build a readmore directive in Angular2. What this directive will do is for collapse and expand long …
angular angular2-template angular2-directivesIs it possible to detect change in a variable? I have the following: @Input('name') name: string; I would like …
angular angular2-directivesSo here's the deal. I have a component thats very well written and being used in a lot of places. …
angular angular2-template angular2-directives