Tag: Angular 2
-
Hosted 8th free workshop on Angular
On 8 April, I hosted free workshop on Angular in Gurgaon. 110-120 developers attended workshop. It was my eighth workshop on Angular in last 8 months across India. We started at 10 AM and concluded at around 5 PM. In the workshop, we covered basics of the following topics: Using Angular CLI to create Hello…
-
Communication Between Components Using @Input() in Angular
In Angular 2 a component can share data and information with another component by passing data or events. A component can be used inside another component, thus creating a component hierarchy. The component being used inside another component is known as the child component and the enclosing component is known as the parent component. Components…
-
Introduction to Angular Components
A component is a main building block of an Angular application, and an application may have any number of components. We can consider a component a particular view of the application with its own logic and data. In AngularJS 1.0, there was the concept of controllers, $Scope, and directives to bind data and logic to…
-
Exploring Attribute Directives in Angular
Attribute Directives are used to change the behavior, appearance or look of an element on a user input or via data from the service. Essentially, there are three types of directives in Angular: Component Structural directives Attribute directives In this post, we will learn how to create Attribute Directives in Angular . So let’s say…
-
Recap: Angular 2 Road Trip – Coimbatore
Recap of Angular Road Trip – Ahmedabad Recap of Angular 2 Road Trip – Gurgaon Recap of Angular 2 Road Trip – Indore To start with, I thank my employer Infragistics for all support in making these community events, specially Angular 2 road trip successful. We have awesome set of controls for your AngularJS 2,…
-
Recap: Angular 2 Road Trip – Ahmedabad
Recap of Angular 2 Road Trip – Indore Recap of Angular 2 Road Trip – Gurgaon To start with, I thank my employer Infragistics for all support in making these community events successful. We have awesome set of controls for your AngularJS 2, MVC, jQuery etc. application. Please download free trial of Ignite UI…