Coder Social home page Coder Social logo

kiseln / angular-application-insights Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trilonio/angular-application-insights

0.0 2.0 0.0 14 KB

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: MIT License

TypeScript 100.00%

angular-application-insights's Introduction

[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

angular-application-insights's People

Contributors

kiseln avatar markpieszak avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.