-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Girish Hari edited this page Sep 25, 2019
·
1 revision
Welcome to the central-examples-only wiki!
Code samples to consume the information / dashboards exposed by Aruba Central
This folder contains a sample code for building your own Aruba Central Dashboard using the API Gateways Aruba Central Custom Dashboard
- Clone the repo
cd customized-dashboard/
npm install
-
ng serve
. This should have your web-app up and running - Edit the file
vi src/config/service.config.ts
and provide a valid App URL and access token. Save this file. - Open 'localhost:4200' in your browser to see the home page