Add new components, styles, and services for user management and navigation

This commit is contained in:
liosha84
2025-06-25 13:50:14 +03:00
parent 13a8ff4494
commit 5dc79438b7
42 changed files with 1439 additions and 0 deletions
@@ -0,0 +1,11 @@
@if (isSpinnerVisible) {
<div id="http-loader">
<div class="loader-bg">
@if (spinner() === Spinkit.skLine) {
<div class="sk-line-material" [class.colored]="!backgroundColor()">
<div class="sk-child sk-bounce1" [style.background-color]="backgroundColor()"></div>
</div>
}
</div>
</div>
}