Getting started
Installation
- Node.js version 18 or higher.
- A package manager: e.g. npm, pnpm, ...
sh
$ npm install @ogs-gmbh/ngx-utilssh
$ pnpm add @ogs-gmbh/ngx-utilssh
$ yarn add @ogs-gmbh/ngx-utilssh
$ bun add @ogs-gmbh/ngx-utilsUsage
The utilities are written in TypeScript and work seamlessly with Angular’s standard tooling. After installation, ensure your project uses a modern TypeScript configuration, then import the functions you need directly from the package. No additional Angular-specific configuration is required.
Check out the reference to get a better understanding of this libs capabilities.