@ogs-gmbh/ngx-template-engine
Version:
A library providing a flexible and efficient template engine for dynamic content rendering. It enables easy integration of customizable templates within Angular applications.
68 lines • 1.96 kB
JSON
{
"name": "@ogs-gmbh/ngx-template-engine",
"version": "1.2.1",
"description": "A library providing a flexible and efficient template engine for dynamic content rendering. It enables easy integration of customizable templates within Angular applications.",
"keywords": [
"angular",
"template-engine",
"dynamic-templates",
"data-binding",
"string-interpolation",
"placeholders",
"runtime-compilation",
"customizable-ui",
"reusable-components",
"template-management",
"content-rendering",
"flexible-templates",
"angular-library"
],
"homepage": "https://github.com/OGS-GmbH/ngx-template-engine?tab=readme-ov-file",
"bugs": "https://github.com/OGS-GmbH/ngx-template-engine/issues",
"license": "MIT",
"author": "OGS GmbH",
"contributors": [
{
"name": "Simon Kovtyk",
"email": "simon@kovtyk.com",
"url": "https://simonkov.dev"
}
],
"repository": {
"type": "git",
"url": "https://github.com/OGS-GmbH/ngx-template-engine"
},
"peerDependencies": {
"@angular/animations": "^18.2.1",
"@angular/common": "^18.2.1",
"@angular/compiler": "^18.2.1",
"@angular/core": "^18.2.1",
"@angular/forms": "^18.2.1",
"@angular/platform-browser": "^18.2.1",
"@angular/platform-browser-dynamic": "^18.2.1",
"@angular/router": "^18.2.1",
"lodash": "^4",
"rxjs": "~7.8.1",
"zone.js": "^0.14.10"
},
"sideEffects": false,
"publishConfig": {
"directory": "dist/prod"
},
"module": "fesm2022/ogs-gmbh-ngx-template-engine.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ogs-gmbh-ngx-template-engine.mjs",
"esm": "./esm2022/ogs-gmbh-ngx-template-engine.mjs",
"default": "./fesm2022/ogs-gmbh-ngx-template-engine.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}