Section outline

  • Angular is an app-design framework and development platform for creating efficient and sophisticated single-page apps.

    Angular is a Javascript framework to build more interactive web apps. It is designed for both Web, Desktop and Mobile platforms. While, we create apps using HTML, CSS and Javascript, Angular requires us to know Typescript (a typed superset of Javascript that scales), kind of stricter version of Javascript provided with OOPS features. Although, other alternative could be Dart, typescript is the most widely used language for Angular apps.

    The presentation and the recordings of the training conducted by the D&A C&C team on April 7, 2020 is given below. You can contact the trainer at senthil.kumart@hcl.com 


  • Highlighted

      

  • The goal of this implementation is to get started with Angular. This project will give complete knowledge on Angular framework which includes working with different Components, developing a Single Page Application, transferring the data between components etc. 

    goFood is a simple food delivery application which delivers the food on door.  The process consists of a customer  scanning the menu items, choosing an item, adding the items to the cart, and finally choosing for pick-up or delivery. Payment is then administered by paying with a credit card or debit card through the app or website.