UNPKG
ngx-busy-loader
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
Configurable spinner component library for Angular apps
github.com/rahulbhooteshwar/ngx-busy-loader
ngx-busy-loader
/
src
/
app
/
modules
/
spinner
/
spinner-circle-dotted
/
spinner-circle-dotted.component.d.ts
6 lines
(5 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
SpinnerCircleDottedComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }