UNPKG
ng-spinner
Version:
latest (9.0.0)
9.0.0
8.0.0
7.0.0
6.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
simple overlay spinner for angular applications
github.com/vpotluri9/ng-spinner
vpotluri9/ng-spinner
ng-spinner
/
src
/
app
/
app.component.ts
11 lines
(9 loc)
•
217 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { Component } from
'@angular/core'
;
@Component
({ selector:
'app-root'
, templateUrl:
'./app.component.html'
, styleUrls: [
'./app.component.css'
] }) export
class
AppComponent
{ title =
'app'
; }