{"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":["/**\r\n * A configuration service for the [`NgbRating`](#/components/rating/api#NgbRating) component.\r\n *\r\n * You can inject this service, typically in your root component, and customize the values of its properties in\r\n * order to provide default values for all the ratings used in the application.\r\n */\r\nexport declare class NgbRatingConfig {\r\n    max: number;\r\n    readonly: boolean;\r\n    resettable: boolean;\r\n}\r\n"]}