Hi Matteo!

Welcome to you development environment.

We provided this environment to help you creating a custom view.

When the environment is running you will have an auto-reload feature enabled, so any time you update one of your files, the browser will be reloaded.

Note that is environment is already functional and that it is loading information from the XOS APIs and presenting them using the xos-table component.

Development notes:

This views are designed using Angular Js version 1.4.7 and Bootstrap 3.3.6 is included.

We just want to remind you that this development environment provide you three helper command:

  • npm start - will start your setup (you should already be familiar with it)
  • npm test - will execute your unit tests defined with Karma and Jasmine . You can check the spec/ folder to see an example of your first test.
  • npm run build - will build your dashboard and make it available to XOS

Helpers:

We provide a set of helpers that you can leverage in your dashboard:

To know more about this helpers you can naviate to /views/ngXosLib/ and generate the documentation with npm run doc

Example: