Introduction
The main goal of developing the Angular WPS Client Library was to support developers creating new WPS clients in Angular by making the library easy to import and use. The developers will know in adavance the Type information of the request & response objects exchanged with the WPS server since Typescript is a statically typed language. Another benefit of creating this WPS library in angular is the IDE friendliness with features such as Auto-completion and Compile Time Error detection.