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

1.0.7 • Public • Published

@vouchpanel/angular

Package Version Open Issues Build Status Coverage Status Dependencies Status Dev Dependencies Status Commitizen Friendly

Quickly embed a vouchpanel into your Angular project.

How To Use

Install with yarn (or npm install):

yarn add @vouchpanel/angular

Include it as a module.

import { VouchpanelModule } from '@vouchpanel/angular'

@NgModule({
  declarations: [
    AppComponent,
  ],
  imports: [
    VouchpanelModule,
    BrowserModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Add the following to the corresponding angular template. Replace id with your wall id from app.vouchpanel.com.

// *.component.html
<vouchpanel darkMode="off" id="4"></vouchpanel>

Readme

Keywords

none

Package Sidebar

Install

npm i @vouchpanel/angular

Weekly Downloads

0

Version

1.0.7

License

none

Unpacked Size

22.2 kB

Total Files

17

Last publish

Collaborators

  • vouchpanel