Skip to main content

Frontend (Angular UI)

The SureInk Cloud MSA UI is a web-based administration console built with Angular. It provides a user-friendly interface for managing licenses, subscriptions, customers, and system configurations.

Technology Stack

  • Framework: Angular (v15.2.4)
  • Styling: SCSS / Angular Material
  • State Management: RxJS
  • Build Tool: Angular CLI

Key Features

  • Dashboard: Overview of active licenses, recent orders, and system health.
  • License Manager: Create, edit, and provision licenses.
  • Customer View: Manage customer profiles and view subscription history.
  • User Admin: Manage platform users and roles.

Development

  • Port: 4200 (default)
  • API Endpoint: Proxies requests to http://localhost:8762 (API Gateway).

Running Locally

cd sureink-cloud-msa-ui
npm install
npm start