Skip to content

deadlyprince/angular-dashboard-demo

 
 

Repository files navigation

AngularDashboard

This is a demo dashboard created using ht-angular

Setup

1. Add HyperTrack key

go to src/app/app.module.ts and add HyperTrack key in place of demo key.

HtModule.forRoot({token: 'sk_xxxxxxxxxxxxx', mapType: 'google'})
2. Add google map key

go to src/index.html and add your google map key to google map js script tag.

  <script src="proxy.php?url=https%3A%2F%2Fmaps.googleapis.com%2Fmaps%2Fapi%2Fjs%3Fkey%3D%26lt%3BKEY%26gt%3B%26amp%3Blibraries%3Dgeometry"></script>

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Note: For code scaffolding and build it is recommended that you install angular cli globally using npm i @angular/cli -g

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 68.1%
  • TypeScript 28.2%
  • HTML 3.5%
  • CSS 0.2%