cdl-timezone
v0.0.2
Published
This is a html control which containes different timezone of the world.
Downloads
1
Maintainers
Readme
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>