Skip to content
#

angularjs

angular logo

Released in 2016, Angular is a rewrite of AngularJS. It focuses on good mobile development, modularity, and improved dependency injection. Angular is designed to comprehensively address a developer's web application workflow.

Here are 8,978 public repositories matching this topic...

oppia
kevintab95
kevintab95 commented Aug 12, 2020

Description

In order to make it easier for developers to identify asynchronous methods, the following conventions need to be introduced:

  1. Use of "async" keyword in the function definitions.
  2. Use of "Async" added to the end of the function name.

E.g.

Before changes:

fetchClassroomData(classroomUrlFragment: string): Promise<ClassroomData> {
  return new Promise((resolve, 

Created by Google

Released September 14, 2016

Repository
angular/angular
Website
angular.io
Wikipedia
Wikipedia

Related Topics

react vue
You can’t perform that action at this time.