19.2.0 • Published 9 months ago
@apstory/logger-angular v19.2.0
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
19.2.0
9 months ago
19.1.3
11 months ago
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
3 years ago
15.1.1
3 years ago
15.1.0
3 years ago
15.0.4
3 years ago
15.0.3
3 years ago
15.0.2
3 years ago
15.0.1
3 years ago