1.0.7 • Published 3 years ago

@vouchpanel/angular v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago