This project demonstrates the integration of the automated-usage-tracking-tool with an Angular web client application.
src/app/: Contains the main application code.lib/automatedUsageTrackingToolWrapper.js: Wrapper for the automated usage tracking tool.
dist/: The build artifacts will be stored here after running the build command.
To install the project dependencies, run:
npm installTo start the development server, run:
ng serveNavigate to http://localhost:4200/ in your web browser. The app will automatically reload if you change any of the source files.
To build the project, run:
ng buildThe build artifacts will be stored in the dist/ directory.
The project integrates the automated-usage-tracking-tool to track user interactions. The integration is handled in the src/lib/automatedUsageTrackingToolWrapper.ts file.
This project is licensed under the ISC License. See the LICENSE file for details.