Skip to content

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

License

Notifications You must be signed in to change notification settings

alexsds/ng-business-hours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 11, 2021
e822bcb · May 11, 2021

History

1 Commit
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021

Repository files navigation

NgBusinessHours

npm version 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