{"version":3,"file":"rating-config.d.ts","sources":["rating-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["/**\n * A configuration service for the [`NgbRating`](#/components/rating/api#NgbRating) component.\n *\n * You can inject this service, typically in your root component, and customize the values of its properties in\n * order to provide default values for all the ratings used in the application.\n */\nexport declare class NgbRatingConfig {\n max: number;\n readonly: boolean;\n resettable: boolean;\n}\n"]}