15.0.0 • Published 1 year ago

@ngx-utility/files v15.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
1 year ago

Files Utils Module

Installation

npm install --save @ngx-utility/files

Setup

@NgModule({
  imports: [
    BrowserModule,
    UtilityFilesModule
  ],
  bootstrap: [AppComponent]
})
export class AppModule {
}

Usage

Bytes Pipe

<span>{{1024|bytes}}</span>

Other pipes

See documentation: https://xbranch.github.io/ngx-utility/#/files

15.0.0

1 year ago

14.0.0

2 years ago

13.0.0

2 years ago

12.0.0

3 years ago

12.0.1

3 years ago

11.0.1

3 years ago

11.0.0

3 years ago

1.0.1

4 years ago