zohar1000


Zohar Sabari

  • useful common javascript/typescript utilities I collected over the years

    published 1.0.11 4 years ago
  • shared typescript code for client and server

    published 1.0.0 4 years ago
  • useful common javascript/typescript utilities I collected over the years

    published 1.0.14 4 years ago
  • The directive provides communication between parent and child over router outlet.<br/>

    published 1.0.14 4 years ago
  • An angular directive which makes it easy to get route data.<br/> There is no need to subscribe to the router, the directive calls a component function with the route data, the function is called upon component initialization and whenever the route changes

    published 1.0.24 4 years ago
  • A starter kit for nx workspace having sample app built with angular and nest.

    published 1.0.0 4 years ago
  • ngx-modalable enable displaying a component template or a portion of it in a modal while preserving the binding. <br/>

    published 1.0.5 3 years ago
  • *ngCond is an improved version of *ngIf directive, it has the following advantages: * forget about async pipe, the directive subscribes/unsubscribes to the observable/promise * working with multiple observables and/or promises * getting error/complete

    published 1.0.16 3 years ago
  • ngx-uglifier uglifies your angular library, meaning it shortens class member names to be of a single character.<br/> It utilizes terser to do the uglification, terser is used by the angular compiler to minify the code in build time, so it is already insta

    published 1.0.3 3 years ago
  • ng-lib-utils is helpful when developing angular library, it provides common routines: 1. uglifying the library code 2. copy readme.md file from the root folder to the transpiled code folder 3. bumping the version 4. publish the package

    published 1.0.7 3 years ago