Aims

The purpose of this module is to store data in a JSON file, using the Angular HTTPClient module and to deploy the application on a WEB server.

Expected outcomes

Upon completion of this module, you should know / should be able to:

Submodule 23.2 Creating new data - Forms

    • differentiate between Angular Template and Reactive forms 
    • enable a reactive form 
    • create the "model" and the "view" of a reactive form 

Submodule 23.3: Sending data to the server

    • create a HttpClient.post method to store the form's data on the server
    • subscribe the "model" to this method to push the data to the server

Submodule 23.4: Building and Deploying the Angular Application

    • build the Angular application using the Angular CLI to create a distribution folder
    • deploy your application to a server by copying the built files to json- server

Key concepts
    • HttpClient.post
    • Build
    • Deploy
Instructions

In order to complete this module, you have to:

  • Study the resources provided for the 3 submodules
  • Test your knowledge by answering the Practice set on this module’s content
  • Implement and submit the assignment on this module’s content
  • Reflect if the outcomes of this Module have been achieved
  • Give us feedback on this module’s content

The estimated time to complete these activities is 3 hours.

Last modified: Friday, 5 October 2018, 8:53 PM