Skip to content

vouchpanel/vouchpanel-angular

Repository files navigation

@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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published