UNPKG
angular-countdown-timer
Version:
latest (0.0.1)
0.0.1
Countdown Timer for Angular 7+
angular-countdown-timer
/
index.d.ts
6 lines
(5 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ModuleWithProviders
}
from
'@angular/core'
;
export
*
from
'./countdown-timer.component'
;
export
declare
class
CountdownTimerModule
{
static
forRoot
():
ModuleWithProviders
; }