Skip to content

Angular 2(+) MS Azure Application insights module - Find out performance and usage of your app by connecting Microsoft Azure Application insights with your Angular application

License

Notifications You must be signed in to change notification settings

kiseln/angular-application-insights

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] ngx-application-insights - Under development

Connect your Angular 2+ client-side to Microsofts Application Insights with this easy-to-use Module.

1/28 - npm library & usage information coming soon!

Installation: [Experimental currently]

Install & save the library to your package.json:

$ npm i -S @markpieszak/ngx-application-insights

and then add the library to your Angular Root AppModule:

// Import the Application Insights library
import { ApplicationInsightsModule } from '@markpieszak/ngx-application-insights';

@NgModule({
  imports: [
    // ... your imports

    // Add the Module to your imports 
    ApplicationInsightsModule.forRoot({
      appID: 'Your-Application-Insights-ID', 
      appName: '[OPTIONAL] App name for Events'
    })
  ],
  // ... providers / etc
})
export class YourRootModule { }

Usage: Coming soon !


Want to Contribute?

ngx-Application-Insights Development

To generate all *.js, *.js.map and *.d.ts files:

$ npm run build

To lint all *.ts files:

$ npm run lint

License

MIT © Mark Pieszak

About

Angular 2(+) MS Azure Application insights module - Find out performance and usage of your app by connecting Microsoft Azure Application insights with your Angular application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%