New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ng-business-hours

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-business-hours

Angular component allows you to show and manage business hours

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

angular

FAQs

Package last updated on 19 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts