17.0.9 • Published 10 months ago
@apstory/logger-angular v17.0.9
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
10 months ago
16.2.15
10 months ago
16.2.25
10 months ago
16.2.17
10 months ago
16.2.16
10 months ago
16.2.19
10 months ago
16.2.18
10 months ago
16.2.20
10 months ago
16.2.22
10 months ago
16.2.21
10 months ago
16.2.24
10 months ago
16.2.13
10 months ago
16.2.23
10 months ago
16.2.12
10 months 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