17.0.9 • Published 2 years ago

@apstory/logger-angular v17.0.9

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

2 years ago

16.2.15

2 years ago

16.2.25

2 years ago

16.2.17

2 years ago

16.2.16

2 years ago

16.2.19

2 years ago

16.2.18

2 years ago

16.2.20

2 years ago

16.2.22

2 years ago

16.2.21

2 years ago

16.2.24

2 years ago

16.2.13

2 years ago

16.2.23

2 years ago

16.2.12

2 years 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