TypeScript
TypeScript is an open-source language which builds on JavaScript
Last updated
TypeScript is an open-source language which builds on JavaScript
Last updated
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 provides detailed documentation specifically related to TypeScript.
PlaceOS uses tools to assist with testing and building JavaScript Applications.
NX adds for Unit Testing and for Integration and End-to-End Testing.
The lets you develop, scaffold and maintain Angular applications. It's used with PlaceOS frontend applications.
Automated browser testing can check application test cases. Any based automated test suite would be suitable for this purpose. One possible tool is .
*[CLI]: Command-line Interface