- You'll find the library's source in
/projects/ngx-googlemaps-tracking-view
. - Find the source code for the demo app
/demo
.
$ npm run watch
to build in watch mode,- then
$ npm run link:library
to install modules. - To launch the demo app (or your own app), link the module by running
$ npm link ngx-googlemaps-tracking-view
(from the app's root) after installing dependencies.
- Publish package:
$npm run publish
- Deploy demo and docs:
$ npm run deploy