@synergy-design-system/angular
Version:
Angular wrappers for the Synergy Design System
47 lines (43 loc) • 2.21 kB
JavaScript
import * as i0 from '@angular/core';
import { Component } from '@angular/core';
import '@synergy-design-system/components/components/spinner/spinner.js';
// ---------------------------------------------------------------------
// 🔒 AUTOGENERATED @synergy-design-system/angular wrappers for @synergy-design-system/components
// Please do not edit this file directly!
// It will get recreated when running pnpm build.
// ---------------------------------------------------------------------
/**
* @summary Spinners are used to show the progress of an indeterminate operation.
* @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-spinner--docs
* @status stable
* @since 2.0
*
* @csspart base - The component's base wrapper.
*
* @cssproperty --track-width - The width of the track.
* @cssproperty --indicator-color - The color of the spinner's indicator.
* @cssproperty --speed - The time it takes for the spinner to complete one animation cycle.
*/
class SynSpinnerComponent {
nativeElement;
_ngZone;
constructor(e, ngZone) {
this.nativeElement = e.nativeElement;
this._ngZone = ngZone;
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.1", ngImport: i0, type: SynSpinnerComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.1", type: SynSpinnerComponent, isStandalone: true, selector: "syn-spinner", ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.1", ngImport: i0, type: SynSpinnerComponent, decorators: [{
type: Component,
args: [{
selector: 'syn-spinner',
standalone: true,
template: '<ng-content></ng-content>',
}]
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }] });
/**
* Generated bundle index. Do not edit.
*/
export { SynSpinnerComponent };
//# sourceMappingURL=synergy-design-system-angular-components-spinner.mjs.map