At Agira, Technology Simplified, Innovation Delivered, and Empowering Business is what we are passionate about. We always strive to build solutions that boost your productivity.

A Comprehensive Guide To Angular ChangeDetectionStrategy

Change detection on components in Angular changes every time you make changes in the application like user event or data received from an API request. Angular ChangeDectionStrategy is primarily used to avoid performing all components every time something changes. Every change affects the amount of memory and leads to the slow performance of the application. […]

  • Manigandan
    Manigandan
  • April 24, 2020

What's new in Angular 9? Top New Features and Ivy

Today, we will explore the top features available in Angular 9. Every latest version of Angular is expected once in 6 months. The Angular latest versions bring efficient changes and additions to the popular framework. This means the code style has nothing to change, but, the updated version offers bug fixes. The release of Angular 9 […]

  • Manigandan
    Manigandan
  • February 10, 2020

Learn How: Create A PWA with Service Workers in Angular

The Interest for Progressive Web Apps is increasing rapidly. PWA is acknowledged by huge companies for front end development. The concept is evolving and growing faster than expected. In this post, you can learn how to create a Progressive Web App with Service Workers in Angular. Let’s get started with a basic outline of PWA […]

  • Manigandan
    Manigandan
  • November 12, 2019

CanDeactivate Route Guard -How To Use It In Angular 9?

CanDeactivate Route Gaurd is an interface. This guard is helpful in making a decision to deactivate a route or not.  if CanDeactivate guards return true, navigation will continue, or else the navigation will be canceled. Basically, this guard used to switching to one router to another. When you leave one component and then move to another […]

  • Manigandan
    Manigandan
  • October 29, 2019

Bootstrap Modal Window In Angular Using Typescript

Hello, happy to see you here!   In this blog, you’ll be learning the basic implementation of modal window/popup in Angular using Typescript. Angular 2/4 or Typescript are bringing in the true Object Oriented Front-end development. First, we can start with Typescript, What is Typescript? Typescript is a programming language that is the syntactical super-set of […]

  • Manigandan
    Manigandan
  • August 7, 2019

How To Deploy Angular Application To Heroku

Being good enough to create an angular application is a great thing! Apparently, everyone knows to develop but only very few of us know to deploy the application in production environment. In this article, am planning to explain you guys about creating and deploying an angular app to Heroku. This guide covers the entire life […]

  • Manigandan
    Manigandan
  • April 24, 2019

Angular Security – Authentication With JSON Web Tokens (JWT)

We can preferably generate the tokens based on the backend service we require for an application but basically JWT token needs to be generated in back-end server of the application. So today, let’s focus on creating angular security with help of JSON Web Tokens (JWT). Will also see how we can automate the tokens and […]

  • Manigandan
    Manigandan
  • December 27, 2018

A Complete Cheat Sheet Tricks For Angular Unit Testing

Unit testing is one of the effective testing technique used to test every individual component of the software and its highly ensures to improve all integral part of application like designs, performance and refactoring. Also helping us to include new features without affecting the existing system. On utilizing its convenience favor on Angular, today we’re […]

  • Manigandan
    Manigandan
  • November 29, 2018