@computec/common
v3.1.0
Published
Common AppEngine controls, helpers and services to by used by plugins
Downloads
101
Keywords
Readme
UI5 Library common
Common AppEngine controls, helpers and services to by used by plugins
Requirements
- git client, Node.js
Installation / Setup
npm iUsage
Just install them and you are good to go. This library is provided by AppEgnine Launchpad.
Consuming the types (plugin authors)
@computec/common 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/common/*": [
"./node_modules/@computec/common/types/computec/appengine/common/*"
]
}As of 3.1.0 the package ships declarations only (runtime is unchanged). Update the path target from
.../src/...to.../types/....
