0.0.2 • Published 5 years ago

cdl-timezone v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Timezone

This is a html control which containes different timezone of the world.

Installation instruction

npm install cdl-timezone --save

Instruction to use the package

How to use?

Please follow below instruction to implement timezone control in your angular application.

//in module
import { TimezoneModule } from 'cdl-timezone';

imports: [
    TimezoneModule
]

// In your component html file

<cdl-timezone
    (getTimezone)="getTimezone($event)"
>
</cdl-timezone>