ng-business-hours
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

NgBusinessHours

License

An Angular component that allows you to show and manage business hours

screenshots

Demo

https://ng-business-hours.web.app/

Installation

To add the business hours to your Angular project:

npm install --save ng-business-hours

Once installed, add the business hours to your app.module.ts:

import { NgBusinessHoursModule } from 'ng-business-hours';

...

@NgModule({
   ...
   imports: [
     ...
       NgBusinessHoursModule,
    ...
   ],
   ...
})
export class AppModule {}

Sample usage

And in template file app.component.html:

<ng-business-hours [(ngModel)]="businessHours"></ng-business-hours>

License

Licensed under MIT

Copyright © 2021 Alex Kovalenko

Package Sidebar

Install

npm i ng-business-hours

Weekly Downloads

11

Version

0.1.0

License

MIT

Unpacked Size

133 kB

Total Files

26

Last publish

Collaborators

  • alexsds