0.0.45 • Published 1 year ago

sakani-upload-files v0.0.45

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

SakaniUploadFiles

This library was generated with Angular CLI version 12.2.0.

Build

Run ng build sakani-upload-files to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build sakani-upload-files, go to the dist folder cd dist/sakani-upload-files and run npm publish.

Installation

Run npm install sakani-upload-files to install the library

Initialization

Add the SakaniMultipleUploadModule to your app.

import { NgModule } from "@angular/core";
import { BrowserModule } from "@angular/platform-browser";
import { SakaniMultipleUploadModule } from 'sakani-upload-files';

import { AppComponent } from "./app.component";

@NgModule({
  declarations: [AppComponent],
  imports: [
    BrowserModule, 
    SakaniMultipleUploadModule // <-- Add the Sakani Uploader module here.
  ],
  bootstrap: [AppComponent]
})
export class AppModule {}

Component

  <lib-sakani-upload-files 
    allowedExtension="image/png, image/jpeg, image/jpg, application/pdf"
    [readonly]="!this.canEditAllInformation"
    [uploader]="uploader"
    formControlName="interior_photo_form"
    [endpointAPI]="directUploadURL"
    [allowMultiple]="true"
    [auth]="auth"
    [isActiveStorage]="true"
    [translateService]="translate"
    [maxFileSize]="200000"
  >
  </lib-sakani-upload-files>

Props

parametertypedefaultdescription
allowedExtensionimage/png, image/jpeg, image/jpg, application/pdf'*'
maxFileSizenumber (byte)null
readonlybooleanfalse
uploaderstringnull
formControlNamestringnull
endpointAPIstringnullUrl api upload to Sakani server
allowMultiplebooleanfalse
authstringnullthis is user token in Sakani's platform
isActiveStoragebooleanfalsethis prop will support for active storage rails
translateServicengx-translatenull
0.0.45

1 year ago

0.0.44

1 year ago

0.0.43

1 year ago

0.0.42

1 year ago

0.0.41

1 year ago

0.0.40

1 year ago

0.0.39

1 year ago

0.0.38

1 year ago

0.0.37

1 year ago

0.0.36

1 year ago

0.0.35

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago