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

2.0.9 • Public • Published

@ohbug/angular

npm npm bundle size

English | 简体中文

Installation

pnpm instal @ohbug/browser @ohbug/angular

Usage

// app.module.ts
import Ohbug from '@ohbug/browser'
import { ErrorHandler } from '@angular/core'
import OhbugAngular from '@ohbug/angular'

const client = Ohbug.setup({ apiKey: 'YOUR_API_KEY' })

@NgModule({
  // others
  providers: [OhbugAngular(client, ErrorHandler)],
})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i @ohbug/angular

Weekly Downloads

5

Version

2.0.9

License

Apache-2.0

Unpacked Size

15.9 kB

Total Files

7

Last publish

Collaborators

  • yuebanla