@ngx-utility/core
v15.0.0
Published
Angular Utility Core Module
Downloads
52
Readme
Core Utils Module
Installation
npm install --save @ngx-utility/coreSetup
@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
