NG Essentials

Utilities

Three small entry points that the rest of nge builds on, and that are useful on their own.

What you get

  • Services (nge/services): root-provided helpers for the clipboard, dynamic component rendering, on-demand resource loading and file picking.
  • Pipes (nge/pipes): standalone template pipes for common checks and transforms.
  • Utils (nge/utils): pure functions for colors, dates, strings, comparison, copying and file types, with no Angular dependency.

Installation

bash
npm i @cisstech/nge
bash
yarn add @cisstech/nge

The services are providedIn: 'root', the pipes are standalone, and the utils are plain functions, so there is nothing to register.

Edit this pageLast updated Jul 13, 2026