@ngx-utility/files
TypeScript icon, indicating that this package has built-in type declarations

15.0.0 • Public • Published

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

/@ngx-utility/files/

    Package Sidebar

    Install

    npm i @ngx-utility/files

    Weekly Downloads

    4

    Version

    15.0.0

    License

    MIT

    Unpacked Size

    19.2 kB

    Total Files

    14

    Last publish

    Collaborators

    • xbrancher