angular-application-insights
Angular & Azure Application Insights module - Find out performance and usage of your app by connecting Microsoft Azure Application insights with your Angular application by @TrilonIO
File Explorer
Download Latest Version (.zip)- app-insight.service.ts
- .gitignore
- .npmignore
- .nvmrc
- .travis.yml
- CHANGELOG.md
- index.ts
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/TrilonIO/angular-application-insights
Downloads the entire project code from GitHub to your computer.
cd angular-application-insights
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm i -S @markpieszak/ng-application-insights
Type this command into your terminal and run it.
$ yarn add @markpieszak/ng-application-insights
Type this command into your terminal and run it.
npm run build
Builds optimized production files.
npm run lint
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
