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.

Animate Dynamic Components In Angular

The blog intends to illustrate the way how the components can be loaded dynamically in Angular. In this internet world, data is generated in huge volumes every minute, static development is no more sufficient to satisfy today needs. In terms of front end perspective, one cannot develop applications that can adapt to all the data […]

  • Gokulaselvan
    Gokulaselvan
  • May 11, 2020

What Is The Difference Between ngOnInit And Constructor?

Confused between Constructor and ngOnInit in Angular? Don’t know where to use these methods? We got everything covered in this tutorial. ngOnInit is a method provided by Angular while the constructor is not an insider of the framework. If you’re already familiar with object-oriented programming, you must have known that Constructor is a special method […]

  • Gokulaselvan
    Gokulaselvan
  • March 18, 2020

How to make your HTML responsive with CSS

The trends in responsive design are going crazy! Every web application built today is responsive to diversified devices to be accessed by the end-users. As you are already here, you must have known the importance of Responsive HTML of a website or application. We will be working in CSS, not in HTML. The HTML code remains […]

  • Gokulaselvan
    Gokulaselvan
  • February 25, 2020

Angular Reactive Forms – An Introduction With Examples

Angular provides two different approaches to handle forms namely reactive and template-driven forms. Both the strategies process and manage the forms differently. If the form processing work is not much, template-driven forms can be used and most of the processing work takes place in the template. Reactive forms maintain a structured data model and form […]

  • Gokulaselvan
    Gokulaselvan
  • January 10, 2020