For the best experience with this tutorial, review these requirements to make sure you have what you need to be successful.
Experience
This tutorial assumes that you have experience with the following:
Creating Web pages by editing the HTML directly.
Programming Web site content in JavaScript.
Reading Cascading Style Sheet (CSS) content and understanding how selectors are used.
Using command-line instructions to perform tasks on your computer.
(optional, nice to have) Some familiarity with Angular.
Equipment
The tutorial can be completed by using a local installation of the Angular tools or by using StackBlitz in a Web browser. Local Angular development can be completed on Windows, MacOS or Linux based systems.
Concept Preview
This tutorial will create an Angular app that displays an inbox with the list of Requests assigned to the logged on user in ProcessMaker and renders the form as defined in the ProcessMaker form builder, complete with JavaScript and CSS.
Local Development Environment
Perform these steps in a command-line tool on the computer you want to use for this tutorial.
Step 1: Identify the Version of node.js that Angular Requires
Angular requires an active LTS or maintenance LTS version of Node. Let's confirm your version of node.js. For information about specific version requirements, see the engines property in the package.json file.
From a Terminal window:
Run the following command: node --version.
Confirm that the version number displayed meets the requirements.
Step 2: Install the Correct Version of node.js for Angular