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.

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

Components vs Directives in Angular with Examples

Before we start with the differences between Components and Directives in Angular, let’s understand what is Components vs Directives in Angular. Ever since the release of angular, Components and Directives play a major role and acts as one of the key features. Let us now discuss how Components and Directives should be implemented. I suppose […]

  • Rajkumar M G
    Rajkumar M G
  • September 23, 2019