This is a node package that provides FEEL syntax support to your typescript projects.
The current version is 0.0.2, meaning the project is still under development. It cannot be used in production.
To obtain the client-side project, run git clone https://github.com/cartona/survey-engine-cp.git
from the terminal or console.
-
Run
ng build feel
from the root folder when you download the source code. -
Run
npm link
from the projects/ngx-ui-tools folder. -
Run
npm link @cartona/feel
from any project folder to link to your local copy for development.
You can use typescript classes directly without any requirements.
Further documentation is available from the developers upon request.