Share data between components in Angular
· β˜• 6 min read · ✍️ Adesh
Sharing data between components in Angular is one of the most important part to understand. We are going to learn how to pass data from one component to another component using @Input, @Output and EventEmitter in Angular app.

Custom Directives in Angular 7
· β˜• 6 min read · ✍️ Adesh
Getting started with Directives Directives are the most powerful feature of any Angular applications. In fact, most commonly used feature, which is component, is itself a directive.

Reactive form programming in Angular 7
· β˜• 10 min read · ✍️ Adesh
In Angular, there are two ways to work with web forms - template driven forms and reactive forms. In template driven form, we use angular directives to build the internal representation of form in the html template file.

Creating your first app in Angular 7
· β˜• 6 min read · ✍️ Adesh
In this blog, we are going to learn, how to create your first app in angular 7. We will use the Angular CLI tool to create our app. Prerequisites Before creating your first Angular 7 app, please make sure that you have latest version of Node.js. and NPM package manager.

Install Node.js and NPM on hosting server
· β˜• 3 min read · ✍️ Adesh
This blog will show, how to setup Node.js and NPM on your managed hosting server. We are going to host in Linux server. Before moving forward, please keep your SSH credentials in hand. We are going to use SSH tool to install Node.js and NPM.

Cool features of Generics in TypeScript
· β˜• 5 min read · ✍️ Adesh
Generics is not a new term in today’s programming world. Most of the programming language has this feature. Today, we are going to learn about Generics in TypeScript. It is very easy, and powerful feature of any programming language.

Learn Functions In TypeScript
· β˜• 5 min read · ✍️ Adesh
In this blog, we are going to learn about various kind of functions used in TypeScript. Functions are core of any programming language. Functions are used to write readable, maintainable and reusable code of blocks in any programming language.

Update Angular 6 to Angular 7 version
· β˜• 2 min read · ✍️ Adesh
Right now, Angular 7 has been officially released. So, in this blog, we are going to learn, how to update Angular 6 or older version to Angular 7. In first few steps, we are going to use Windows Powershell with Administrator.

CodeTalkie changed to ZeptoBook
· β˜• 1 min read · ✍️ Adesh
Dear Subscribers, I would like to inform you that, CodeTalkie has bee changed to ZeptoBook.