csc loading spinner

This commit is contained in:
tykayn 2025-09-22 09:59:08 +02:00
parent 8a426e6d0e
commit c8d013d57d
11 changed files with 71 additions and 36 deletions

View file

@ -9,7 +9,7 @@ export type inconPositionKindType = '' | 'left' | 'right';
selector: 'sae-m-button',
standalone: true,
imports: [
NgClass
NgClass,
],
templateUrl: './main-button.html',
styleUrl: './main-button.scss'

View file

@ -4,7 +4,7 @@ import {Component} from '@angular/core';
selector: 'sae-typo',
imports: [],
templateUrl: './index.html',
styleUrl: './index.css'
styleUrl: './index.scss'
})
export class Index {