@squzy/angular
v1.10.0
Published
Basic angular wrapper for squzy monitoring
Downloads
7
Readme
@squzy/angular
Not work with IVY yet
Middleware for angular applications
Usage
npm install @squzy/angular --save
import { SquzyMonitoringModule } from "@squzy/angular"
import { createApplication } from "@squzy/core"
imports: [
SquzyMonitoringModule.forRoot(createApplication({
apiHost: string, // host of api service of squzy
name: string, // name of application
host: string, // host of application
}))
],