| 8 | styleUrl: './clock.css', |
| 9 | }) |
| 10 | export 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; |
nothing calls this directly
no outgoing calls
no test coverage detected