1.0.10 • Published 7 years ago

@sendanor/cloud-ngapp v1.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Sendanor Cloud Angular App

This will be the client side app which runs on the browser and acts as an HTML 5 hypermedia client.

It will connect to an intermediate backend, get a list of routes, and render pages using provided models by different components.

This project includes:

  • Angular base app
  • ModelService
    • Transfers changes in the model and intermediate backend
  • UI Components

Main users of this project are:

  • Sendanor Cloud Manager

Running development server

npm run dev-server

...and connect to the provided URL to test the site

Building static version

npm run build