This boilerplate is supposed to help build your Angular apps for Cisco Smart+ Connected Digital Platform. Includes Http wrapper (name Api Service), Authentication implementation (in AuthService) and an example of Device Engine (North Bound) API implementation for ParkingSpace.
Check /src/app/project/config.ts
and set the necessary configuration there, before you actually use the project.
$npm install
$ng serve //open http://localhost:4200 in browser
- /src/app
- /app.component.ts
- /project