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 toContinueContinue reading “Introduction to Angular Components”
Author Archives: Dhananjay Kumar
Proud moment- got .NET foundation coin at Microsoft MVP Summit 2016
Microsoft Most Valuable Professional summit is yearly conference for all the MVP from all across the world organized by Microsoft in their Seattle campus. In the MVP Summit 2016, I got .NET foundation coin from none other than ever inspiring Scott Hanselman . Getting .NET foundation coin was a proud moment for me. Now, IContinueContinue reading “Proud moment- got .NET foundation coin at Microsoft MVP Summit 2016”
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 sayContinueContinue reading “Exploring Attribute Directives in Angular”
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,ContinueContinue reading “Recap: Angular 2 Road Trip – Coimbatore”
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 UIContinueContinue reading “Recap: Angular 2 Road Trip – Ahmedabad”
Git command is taking wrong user? To solve – check CredentialManager
Yes, this was a strange scenario for me. I created Angular 2 project in Visual Studio Code and wanted to push the project into a GitHub Repository. Sounds a simple requirement right? So to publish the project to a GitHub Repository, I ran following 5 commands in the order given below: git init git addContinueContinue reading “Git command is taking wrong user? To solve – check CredentialManager”
Recap of Angular 2 Road Trip–Gurgaon
Reacp of Angular 2 Road Trip Indore 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 here On 27th Aug, I hosted second eventContinueContinue reading “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 successful. We have awesome set of controls for your AngularJS 2, MVC, jQuery etc. application. Please download free trial of Ignite UI here You can see more photos of the event on my FaceBook here On 20th Aug,ContinueContinue reading “Recap of Angular 2 Road Trip–Indore”
What are Closures in JavaScript?
Read full article on the Infragistics Blog A JavaScript closure is a function which remembers the environment in which it was created. We can think of it as an object with one method and private variables. JavaScript closures are a special kind of object which contains the function and the local scope of the functionContinueContinue reading “What are Closures in JavaScript?”
Working with GitHub Repositories and Visual Studio 2015
Read full blog post on the Infragistics Blog GitHub is one of the most popular code sharing platforms, following the GIT algorithm for version control. In this blog post, we will learn how to work with a GitHub repository and Visual Studio 2015, and will answer the following questions: 1. How to sync or shareContinueContinue reading “Working with GitHub Repositories and Visual Studio 2015”