@dangl/angular-ava 1.3.0-beta0032 → 1.3.0-beta0042

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/README.md CHANGED
@@ -194,5 +194,8 @@ export interface IConfigurationInvoice {
194
194
 
195
195
  //** This controls how many digits are displayed for quantities. It defaults to '1.3-3', meaning it will always show three decimal palces. */
196
196
  quantityDecimalPlaces?: string;
197
+
198
+ //** If specified, the invoice color settings will be used for the invoice viewer.*/
199
+ colorSettings?: IColorSettings | null;
197
200
  }
198
201
  ```