Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
José Alejandro Cáceres López
Tesis_front
ab23b80ae0d22af2ce78a8e2a8566e9d1cafc8d2
ab23b80ae0d22af2ce78a8e2a8566e9d1cafc8d2
Switch branch/tag
Tesis_front
src
app
shared
components
loading
loading.component.html
Find file
Normal view
History
Permalink
loading.component.html
89 Bytes
Edit
Web IDE
Newer
Older
Partidas Presupuestarias completo
José Alejandro Cáceres López
committed
1 year ago
1
2
3
<div
class=
"spinner-wrapper"
*ngIf=
"loading"
>
<div
class=
"lds-dual-ring"
></div>
</div>