For questions referencing Angular Template Syntax including: interpolation, input(property) bindings, output(event) bindings, two-way binding, local variables, star syntax, etc.
in Angular 2 we have several way to create property bindings in templates. I could do something like this: <li *…
javascript angular2-templateI'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 between functions ngAfterContentInit and ngAfterViewInit ?
angular angular2-templateGiving responce.json () is not function for my case component.ts this.AuthService.loginAuth(this.data).subscribe(function(response) { console.…
angular angular2-template angular2-servicesI need to create a dynamic menu after user logged in successfully and redirected to home page using Angular 2. Exactly …
angular angular2-template angular2-servicesI am working with a project using Material Component in Angular 5. I did update my Visual code but I don't …
angular angular5 angular2-template angular2-forms angular2-servicesI am trying to setup my first angular2 application as an experiment and am using the latest beta release. I …
javascript typescript angular angular2-templateI 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'm using model driven forms and I'm searching a better way to bind the data to related to formControlName's because …
angular angular2-template angular2-forms angular2-formbuilderUsing Angular 4.1, I'm trying to dynamically change a module type's template before the module rendered. Is this possible? We are …
angular angular2-template angular2-components