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
npm i @cisstech/ngeyarn add @cisstech/ngeThe services are providedIn: 'root', the pipes are standalone, and the utils are plain functions,
so there is nothing to register.