This is a demo dashboard created using ht-angular
go to src/app/app.module.ts and add HyperTrack key in place of demo key.
HtModule.forRoot({token: 'sk_xxxxxxxxxxxxx', mapType: 'google'})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>
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
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.
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.