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.

Easy Functional Programming Techniques In TypeScript

Over the past years, Functional programming has become a really hot topic in the JavaScript world. Functional programming allows us to build better software without designing complex classes and functions. But it is also not a silver bullet like other programming paradigms/styles. Functional programming also has its own pros and cons. If you are JavaScript/TypeScript […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • January 13, 2020

Real-Time Apps with TypeScript: Integrating Web Sockets, Node & Angular

Nowadays real-time functionality is a mandatory functionality for web applications. Most of the customers want to see how users interact with their applications in real-time. So I thought to develop a sample application to look at the working of real-time application. In this tutorial, we are going to work together to build a real-time application […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • November 20, 2019

Create Your First Custom Angular CLI Schematic With Nx

In this article, we’re going to learn the basics of Nrwl’s tool Nx and Angular CLI Schematic as well as how to create a custom workspace CLI schematic. Let’s get into it. Schematic in Angular CLI Schematic is a template-based code generator that contains the set of instructions to generate or modify the application codes. […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • August 20, 2019

Angular 8 Release: What's New In Angular 8?

Angular once again hit back us with strong features! As the title says everything, we are here today to discuss one of the promising languages that hold most of the developer community! Angular 8 is released, and our angular developers got super excited to share its awspiring features and updates with you all. Let’s have […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • June 6, 2019

How To Build Dynamic Components In Angular 6

  Dynamic components are one of the versatile and core concepts introduced in Angular, this will greatly help the developers to render a component dynamically during run time. The component templates are not always fixed sometimes we may need to load the new component at run-time in various scenarios. So, in this article, let’s have […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • September 24, 2018

Angular 6: Upgrading & Summary of New Features

In late 2017, Angular Team releases most powerful JavaScript FrameWork Angular major upgrades of Angular 4 and in the same year they released next milestone Angular 5 with minor changes to make application faster. Recently Angular team releases the Angular 6.0 stable version and will have major update from Angular 5. And it is mostly focused […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • August 3, 2018

Creating a Web App From Scratch Using Angular 5 and Firebase

Want to create a web app from scratch using Angular 5? Don’t know where to start? Well, this article helps you with basic of creating a web app and the process of adding Firebase library for handling real-time data. First, will start with creating an angular web app and Angular Command-line interface then will move […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • May 18, 2018

Progressive Web Apps – Bridging The Gap Between Web And Mobile App

In search of progressive web apps, I have not had the best piece of info which covers all the required information about progressive apps. So decided to come up with a blog that includes all necessary details about Progressive Web Apps. In this article, will explore more about Progressive Web App and how it’s bridging […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • March 23, 2018

Angular 4 Reactive Forms : Building and Validating Forms

Angular 4 forms are of two types. Template driven and Reactive. In our previous article, we have discussed and worked with the form validation in Template Driven Angular Forms. Now we are going to see how to implement validation in the Reactive Forms. Reactive forms come as the best choice to build complex forms. Template […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • October 30, 2017

Angular 4 Template Driven Forms : Building and Validating Forms

Nowadays all kinds of websites are using HTML Forms or Web Forms. Web Forms are used to collect the data from the user and send it to the server for processing. And web forms generally have buttons, check boxes, text inputs, and radio buttons, etc to collect different types of user data. For more check forms. […]

  • Manikandan Thangaraj
    Manikandan Thangaraj
  • October 3, 2017