Skip to content

Use customized clock on your website in easy way.

Notifications You must be signed in to change notification settings

Justyna93/Custom-Clock

Repository files navigation

CustomClock

Custom clock was created as Angular Custom Element in Angular 6.

To use it on your website copy file elements/custom-clock.js and paste it to your project and add proper html tag in your .html file:

<custom-clock></custom-clock>

At the end of body add

<script type="text/javascript" src="./custom-clock.js"></script>