Enlist major types of Official Plugins used in Aurelia?

devquora
devquora

Posted On: May 28, 2021

 

Some of the major types of Official Plugins used in Aurelia are:

  • defaultBindingLanguage() − This plugin offers an easy way to connect view-model with view.
  • History() − History plugin is usually used together with the router.
  • eventAggregator() − This plugin is used for cross-component communication.
  • defaultResources() − Default resources give us some primitive constructs.
  • Router() − Most of the applications use some kind of routing.
  • fetch() − Fetch plugin is used for handling HTTP requests.
  • animatorCSS() − This plugin offers a way of handling CSS animations.
  • validation() − Use this plugin when you need to validate your data.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Aurelia Interview Questions

    Explain Aurelia ?

    Aurelia is a JavaScript based client framework for web, mobile and desktop that leverages simple conventions to empower ..

    Aurelia Interview Questions

    Enlist Major features of Aurelia?

    The major features of Aurelia are: Aurelia is composed of HTML view and JavaScript view-model pairs. Aurelia focused on web standards without unnecessary abstractions. Aurelia is extensible. Aurel...

    Aurelia Interview Questions

    List important methods component life cycle of Aurelia?

    Some of the important methods component life cycles of Aurelia are:constructor()- The constructor method is used for initializing an object created with a class. attached() - Attached method is i...