15.0.0 • Published 1 year ago

@ngx-utility/core v15.0.0

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

Core Utils Module

Installation

npm install --save @ngx-utility/core

Setup

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

Usage

Empty Pipe

<span>{{null|empty}}</span>

Other pipes

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

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

0.0.1

4 years ago