@ngx-utility/core

Angular Utility Core Module

Usage no npm install needed!

<script type="module">
  import ngxUtilityCore from 'https://cdn.skypack.dev/@ngx-utility/core';
</script>

README

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