DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library
Avatar

Dhananjay Kumar

Developer Evangelist at Infragistics

Joined Oct 2017

https://debugmode.net/

About

Dhananjay Kumar is Developer Evangelist for Infragistics. He is awarded with the prestigious Microsoft MVP award 9 times. He is also founder of geek97 which is the largest offline community of developers in India and organizes India's biggest Angular Conference - ng-India .

Stats

Reputation: 1351
Pageviews: 3.0M
Articles: 27
Comments: 0
  • Articles
  • Refcards

Articles

article thumbnail
Working With Auto-Generated Columns in the Ignite UI for Angular Grid
A developer gives a quick tutorial on how to use Ignite UI and Angular Grid together to create grid systems to display web application data and UIs.
July 2, 2019
· 8,138 Views · 1 Like
article thumbnail
How to Add a Static Member Property in a JavaScript Class
Take a look at this quick article to learn about static member properties and how to use them in your JS code.
March 8, 2019
· 14,098 Views · 2 Likes
article thumbnail
Simplifying the Object.assign Method in JavaScript
Take a deep dive into the JavaScript language by exploring the ins and outs of the Object.assign( ) method.
February 25, 2019
· 11,469 Views · 3 Likes
article thumbnail
How to Enable Column Hiding in Ignite UI for Angular Grid
Learn how to make a snazzy column that users can click to open and close using Angular Grid.
February 21, 2019
· 7,544 Views · 2 Likes
article thumbnail
Two Problems of a JavaScript Class
ECMAScript 6 saw the introduction of a 'class' keyword in JavaScript. We take a look at a couple gotchas you need to know about.
Updated January 2, 2019
· 9,916 Views · 3 Likes
article thumbnail
Content Projection in Angular Element With Slot in Angular 7.0
We take a look at a few new techniques Angular developers can use to perform content projection in Angular 7. Read on to get started!
November 2, 2018
· 24,002 Views · 3 Likes
article thumbnail
Working With Firebase Firestore and the Ignite UI for Angular Grid
In this article, we take a look at how toi read data from Firestore and bind that data to the Ignite UI for Angular Grid.
September 23, 2018
· 8,399 Views · 2 Likes
article thumbnail
Angular Data Binding for .NET Developers
In this article, we'll learn about data binding in Angular. Luckily, data binding in Angular is much simpler than in .NET.
September 5, 2018
· 10,746 Views · 3 Likes
article thumbnail
How to Write Unit Tests for a .NET Core Application
Learn how to write effective unit tests for a C# .NET Core application as part of TDD, or Test-Driven Development.
Updated August 28, 2018
· 19,380 Views · 2 Likes
article thumbnail
Angular Components: Pass by Reference or Pass by Value?
When it comes to @Input() and @Output() decorators, which style of passing is it? In this article, we investigate this question.
August 15, 2018
· 140,051 Views · 6 Likes
article thumbnail
High Performance Angular Grid With Web Sockets
Learn how to create an application that runs on Node.js and Angular that will update the data shown to the user in real-time.
August 6, 2018
· 26,473 Views · 4 Likes
article thumbnail
How to Create Your First Angular Element
Elements are a great way of creating reusable code/components, so you can develop faster. Read on for an intro to using elements in Angular.
August 5, 2018
· 16,428 Views · 4 Likes
article thumbnail
How to Add Ignite UI to an Existing Angular Project
In this post, we will follow a step-by-step approach in order to add the Ignite UI Angular library to an existing Angular application.
August 3, 2018
· 16,672 Views · 2 Likes
article thumbnail
Module Pattern in JavaScript
Let's take a look at how to implement the Module Pattern in JavaScript to help aid in better encapsulation for your code.
July 19, 2018
· 22,155 Views · 2 Likes
article thumbnail
What Is ViewEncapsulation in Angular?
In this article, we take a look at ViewEncapsulation and the Shadow DOM in Angular. Though it may sound a little sketchy, no need to worry. It's actually really helpful!
June 18, 2018
· 134,151 Views · 11 Likes
article thumbnail
How to Use Change Detection in Angular
In this post, we explore the two strategies that web developers can use with Angular to make use of the platform's change detection property.
June 4, 2018
· 279,071 Views · 10 Likes
article thumbnail
How to Count the Number of Properties of the JavaScript Object
While working with JavaScript, a dev came across a requirement to count a number of properties in a JavaScript object. Read on to learn how!
April 11, 2018
· 146,751 Views · 3 Likes
article thumbnail
Ignite UI for Angular Drawer Menu and Angular Routings
The Ignite UI for Angular Navigation Drawer component is a side navigation container. In this post, we will work with Ignite UI Navigation Drawer and Angular Routings.
April 8, 2018
· 11,067 Views · 2 Likes
article thumbnail
How to Deploy an Angular Application to GitHub
Learn how to create a basic calculator application in Angular, and then deploy that applicaiton to GitHub so other devs can use the code!
April 2, 2018
· 116,529 Views · 10 Likes
article thumbnail
Perform Conditional Validation With the valueChanges Method in Angular Reactive Forms
In this post, we will learn to use Angular Reactive Form's value change detection and enable conditional validation on using this functionality.
March 19, 2018
· 92,674 Views · 4 Likes
article thumbnail
How to Create Custom Validators in Angular
In this post, we look at how to create the functionality that tells your user if they've entered in their information correctly. But, you know, in a nice way.
January 18, 2018
· 264,229 Views · 5 Likes
article thumbnail
Understanding @Output and EventEmitter in Angular
Angular is based on a one-directional data flow and does not have two-way data binding. So, how do you get a component to emit an event to another component?
January 5, 2018
· 1,014,051 Views · 29 Likes
article thumbnail
What Are @HostBinding() and @HostListener() in Angular?
In this article, we go over how you can incorporate these two decorators into the TypeScript code you use to build your Angular web app.
January 1, 2018
· 236,299 Views · 14 Likes
article thumbnail
How to Create Reactive Forms in Angular
In this post, we got over a how to create reactive forms in your Angular application step-by-step. Read on to get started coding!
December 31, 2017
· 24,386 Views · 14 Likes
article thumbnail
Easy JavaScript Part 13: Four Ways to Create Objects in JavaScript
We continue our exploration of the ins and outs of JavaScript, by taking a look at the several ways devs can create objects.
December 4, 2017
· 82,582 Views · 6 Likes
article thumbnail
How to Write Your First .NET Core 2.0 Application
In this post, we offer a short tutorial that will introduce you to the world of .NET Core development and create a simple app using C#.
November 14, 2017
· 9,041 Views · 5 Likes
article thumbnail
Simplifying Content Projection in Angular
In this post, we take a look at what 'content projection' is in Angular, how to demystify it, and how you can make use of it by way of an example.
October 12, 2017
· 38,306 Views · 10 Likes

Refcards

Refcard #206

Angular Essentials

Angular Essentials

User has been successfully modified

Failed to modify user

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: