17.0.9 • Published 12 months ago

@apstory/logger-angular v17.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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

12 months ago

16.2.15

1 year ago

16.2.25

1 year ago

16.2.17

1 year ago

16.2.16

1 year ago

16.2.19

1 year ago

16.2.18

1 year ago

16.2.20

1 year ago

16.2.22

1 year ago

16.2.21

1 year ago

16.2.24

1 year ago

16.2.13

1 year ago

16.2.23

1 year ago

16.2.12

1 year ago

15.2.0

2 years ago

15.1.1

2 years ago

15.1.0

2 years ago

15.0.4

2 years ago

15.0.3

2 years ago

15.0.2

2 years ago

15.0.1

2 years ago