@dangl/angular-ava 1.4.5-beta0062 → 1.4.5-beta0065
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -2837,7 +2837,7 @@ declare class ConfigurationInvoiceService {
|
|
|
2837
2837
|
}
|
|
2838
2838
|
|
|
2839
2839
|
declare class InvoiceDisplayComponent implements OnInit {
|
|
2840
|
-
|
|
2840
|
+
configurationInvoiceService: ConfigurationInvoiceService;
|
|
2841
2841
|
private transformFn;
|
|
2842
2842
|
readonly invoice: _angular_core.InputSignalWithTransform<Invoice | null, Invoice>;
|
|
2843
2843
|
readonly colorSettings$: Observable<IColorSettings | null>;
|