Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 777 Bytes

File metadata and controls

27 lines (21 loc) · 777 Bytes

Angular4CollapsibleDashboardExample

This UI interface was developed in Angular 4 as an interactive example of a collapsible dashboard. The collapsible effect was achievied by using the angular2-collapsible npm module.

Live demo

You can find a live demo here.

How to Build

The project was built using angular 4 and tested over node.js 9.x.

After downloading the project and accessing the root project folder:

  1. From console run the command:
    npm start
    
  2. Run:
    ng serve -o
    
  3. Open your browser at: http://localhost:4200/index.html

Credits

Voltaire Bazurto Blacio All rights reserved 2018