@daysave/ui-angular
v0.0.13
Published
Angular UI components for Daysave
Readme
General
This Library implements Daysave UI components. The library supports Angular and Wordpress.
Usage
Angular
- install the library
npm install @daysave/ui-angular- Import the component in your component's .ts file
import { DaysavePopover } from '@daysave/ui-angular';
@Component({
// ...
imports: [DaysavePopover],
})- Place the DaySave popover at the bottom of your .html file.
<daysave-popover />