Onix ERP - Documentación Oficial - v0.0.0
    Preparing search index...

    Implements

    • OnInit
    • OnDestroy
    • AfterViewChecked
    Índice

    Constructors

    Properties

    acronym: string = ''
    additionalPrice: number = 0
    bulkProducts: any[] = []
    dataProductSell: InputSignal<IGetProductSell[]> = ...
    elRef: ElementRef<any> = ...
    extension: string | null = null
    fileInput: ElementRef
    id: WritableSignal<number> = ...
    localProducts: WritableSignal<IGetProductSell[]> = ...
    masterService: MasterService = ...
    mayoristaPrice: number = 0
    messageService: MessageService = ...
    name: string = ''
    price1: number = 0
    price2: number = 0
    price3: number = 0
    price4: number = 0
    price5: number = 0
    price6: number = 0
    save: OutputEmitterRef<void> = ...
    showBulkUpload: WritableSignal<boolean> = ...
    store: Store = ...
    uploadedFile: string | null = null
    urlImage: string = 'https://placehold.co/400x400?text=Sin+Imagen'

    Methods

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Retorna void