17.0.9 • Published 4 months ago

@apstory/logger-angular v17.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Apstory Application Insights Logger

Installation

To install this package run npm i @apstory/logger-angular.

Usage

Add the following to app.module.ts

import { ApstoryloggerModule, ApstoryloggerService } from 'apstorylogger-angular';
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { HttpClientModule } from '@angular/common/http';
import { AppComponent } from './app.component';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    HttpClientModule,
    ApstoryloggerModule.forRoot('YOUR_instrumentationKey_GOES_HERE')
  ],
  providers: [ApstoryloggerService],
  bootstrap: [AppComponent]
})
export class AppModule { }

Contact

Please contact Apstory on apstoryza@gmail.com if you have any questions.

Microsoft Application Insights JavaScript SDK

https://www.npmjs.com/package/@microsoft/applicationinsights-web

17.0.9

4 months ago

16.2.15

4 months ago

16.2.25

4 months ago

16.2.17

4 months ago

16.2.16

4 months ago

16.2.19

4 months ago

16.2.18

4 months ago

16.2.20

4 months ago

16.2.22

4 months ago

16.2.21

4 months ago

16.2.24

4 months ago

16.2.13

4 months ago

16.2.23

4 months ago

16.2.12

4 months ago

15.2.0

1 year ago

15.1.1

1 year ago

15.1.0

1 year ago

15.0.4

1 year ago

15.0.3

1 year ago

15.0.2

1 year ago

15.0.1

1 year ago