@computec/templating
v3.1.0
Published
All XML Templating stuff related to AppEngine.
Keywords
Readme
UI5 Library templating
All XML Templating stuff related to AppEngine.
npm install @computec/templatingConsuming the types (plugin authors)
@computec/templating is published as TypeScript declarations only — the implementation is
provided by AppEngine at runtime, so plugins do not bundle it. Map the module namespace to
the declaration folder in your plugin tsconfig.json:
"paths": {
"computec/appengine/templating/*": [
"./node_modules/@computec/templating/types/computec/appengine/templating/*"
]
}As of 3.1.0 the package ships declarations only (runtime is unchanged). Update the path target from
.../src/...to.../types/....
