Open Inventor Release 2025.1.0
 
Loading...
Searching...
No Matches
TypeScript-Angular Directory Reference

Detailed Description

This project is an example that shows how to develop a RemoteViz application using TypeScript and Angular. This project was generated with Angular CLI version 1.7.3.

This README file explains how to build and run the project step by step.

1. Dependencies

You need to ensure you have a few dependencies installed:

2. Install node modules

The project uses 3rd-party libraries. These libraries must be installed to build and run the project.

From the project folder, open a console and run npm install. The libraries are stored in the node_modules folder inside the project folder.

3. Start a RemoteViz service

Build and run the ClientWorkbench rendering service.

4. Development server

Run ng serve for a development server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

5. Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.