ngx-bootstrap
Version:
Angular Bootstrap
16 lines • 574 B
JavaScript
import { Injectable } from '@angular/core';
import * as i0 from "@angular/core";
/** Default values provider for rating */
export class RatingConfig {
constructor() {
/** aria label for rating */
this.ariaLabel = 'rating';
}
}
RatingConfig.ɵprov = i0.ɵɵdefineInjectable({ factory: function RatingConfig_Factory() { return new RatingConfig(); }, token: RatingConfig, providedIn: "root" });
RatingConfig.decorators = [
{ type: Injectable, args: [{
providedIn: 'root'
},] }
];
//# sourceMappingURL=rating.config.js.map