TypeScript
TypeScript is an open-source language which builds on JavaScript
TypeScript is an open-source language which builds on JavaScript by adding static type definitions. Types provide a way to describe the shape of an object, provide better documentation, and allow TypeScript to validate your code.
Angular applications must be built with TypeScript. As PlaceOS frontend applications are mainly written in Angular, they need TypeScript.
TypeScript version depends on your Angular version.
PlaceOS Frontends uses Angular 12 and TypeScript 4.2.4.
The Angular CLI lets you develop, scaffold and maintain Angular applications. It's used with PlaceOS frontend applications.
Automated browser testing can check application test cases. Any Selenium based automated test suite would be suitable for this purpose. One possible tool is Katalon Studio.
*[CLI]: Command-line Interface
Last modified 1yr ago