UNPKG

607 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2/**
3 * A configuration service for the [`NgbRating`](#/components/rating/api#NgbRating) component.
4 *
5 * You can inject this service, typically in your root component, and customize the values of its properties in
6 * order to provide default values for all the ratings used in the application.
7 */
8export declare class NgbRatingConfig {
9 max: number;
10 readonly: boolean;
11 resettable: boolean;
12 tabindex: number | string;
13 static ɵfac: i0.ɵɵFactoryDeclaration<NgbRatingConfig, never>;
14 static ɵprov: i0.ɵɵInjectableDeclaration<NgbRatingConfig>;
15}