Skip to content
Girish Hari edited this page Sep 25, 2019 · 1 revision

Welcome to the central-examples-only wiki!

Aruba Central Code Samples

Code samples to consume the information / dashboards exposed by Aruba Central

Aruba Central Custom Dashboard

This folder contains a sample code for building your own Aruba Central Dashboard using the API Gateways Aruba Central Custom Dashboard

Instructions for using the "customized-dashboard" folder

  1. Clone the repo
  2. cd customized-dashboard/
  3. npm install
  4. ng serve. This should have your web-app up and running
  5. Edit the file vi src/config/service.config.ts and provide a valid App URL and access token. Save this file.
  6. Open 'localhost:4200' in your browser to see the home page