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

0.12.6 • Public • Published

@sethealth/angular

Install

npm i @sethealth/angular --save

Usage

app.module.ts:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { SethealthModule } from '@sethealth/angular';
import { AppComponent } from './app.component';

@NgModule({
  declarations: [AppComponent],
  imports: [
    BrowserModule,
    SethealthModule.forRoot({ key: 'AI KEY' })
  ],
  providers: [],
  bootstrap: [AppComponent],
})
export class AppModule {}

app.component.html:

<set-progress-bar></set-progress-bar>

Check out our docs for further information

Readme

Keywords

none

Package Sidebar

Install

npm i @sethealth/angular

Weekly Downloads

0

Version

0.12.6

License

none

Unpacked Size

307 kB

Total Files

23

Last publish

Collaborators

  • manucorporat