Getting started
Installation
- Node.js version 18 or higher.
- A package manager: e.g. npm, pnpm, ...
sh
$ npm install @ogs-gmbh/ngx-template-enginesh
$ pnpm add @ogs-gmbh/ngx-template-enginesh
$ yarn add @ogs-gmbh/ngx-template-enginesh
$ bun add @ogs-gmbh/ngx-template-engineUsage
This package offers runtime template compilation and data-binding abstractions, enabling various integration patterns.
Consult our reference to apply the library effectively.