@dangl/angular-ava 1.4.0 → 1.4.1-beta0003

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.
@@ -1,8 +1,8 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
+ import { IColorSettings } from '../../model/configInvoice.model';
3
4
  import { InvoiceLineItem } from '../../model/invoice-models';
4
5
  import { ITextWordInvoice } from '../../model/invoice-words.model';
5
- import { IColorSettings } from 'projects/angular-ava/src/lib/invoice/model/configInvoice.model';
6
6
  import * as i0 from "@angular/core";
7
7
  export interface IInvoiceLineItemsPuls extends InvoiceLineItem {
8
8
  indentLevel: number | undefined;
@@ -1,6 +1,6 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { IConfigurationInvoice, ITextWordInvoice, LanguageType } from '../model';
3
- import { IColorSettings } from 'projects/angular-ava/src/lib/invoice/model/configInvoice.model';
3
+ import { IColorSettings } from '../model/configInvoice.model';
4
4
  export declare class ConfigurationInvoiceService {
5
5
  private _language;
6
6
  private _textWords;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dangl/angular-ava",
3
- "version": "1.4.0",
3
+ "version": "1.4.1-beta0003",
4
4
  "keywords": [
5
5
  "angular",
6
6
  "ava",