Promises and Observables in Angular

In this tutorial we will learn how to use Promises and Observables in Angular. Both Promises and Observables will help us work with the asynchronous functionalities in JavaScript. They are very similar in many cases, however, there are still some …

Create Filters in AngularJS

Filters are used to modify the data. They can be used in expression or directives using pipe (|) character. We can use angularjs built in filters or can create filters in angularjs. There are some commonly used filters in angularjs …

Routing and Navigation in Angular

Introduction to Angular – Angular is a development platform, built on TypeScript. As a platform, Angular includes – a component-based framework for building scalable web applications a collection of well-integrated libraries that cover a wide variety of features, including routing, …