@squzy/angular
TypeScript icon, indicating that this package has built-in type declarations

1.10.0 • Public • Published

@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
  }))
],

Readme

Keywords

none

Package Sidebar

Install

npm i @squzy/angular

Weekly Downloads

0

Version

1.10.0

License

ISC

Unpacked Size

13.9 kB

Total Files

15

Last publish

Collaborators

  • pxyup