MCPcopy Create free account
hub / github.com/Everoot/everoot.github.io /

Class

src/app/components/clock/clock.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 styleUrl: './clock.css',
9})
10export class ClockComponent implements OnInit, OnDestroy {
11 private monthList = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
12 private dayList = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];
13 private updateInterval: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected