npm.io
1.0.10 • Published 8 years ago

@sendanor/cloud-ngapp

Licence
MIT
Version
1.0.10
Deps
3
Vulns
1
Weekly
0

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