ngx-timezones
An Angular module for timezones (based on moment.js)
Demonstration
Go to this website to try out the library: https://samuelnygaard.github.io/ngx-timezones/
Installation
Install the library in your Angular projects root folder:
npm i ngx-timezones
Importing
Import the NgxTimezonesModule
in the your app.module.ts
:
;; ;;// Import the module;
Documentation
TODO