Sample code that uses and tests the decorator code in restapi-typescript-decorators (https://github.com/synle/restapi-typescript-decorators). This Repo is showing how the decorators can be used in a frontend environment / setup with React library. But you can use it along with any frontend library / framework.
npm i --save restapi-typescript-decorators
npm start
Demo can be viewed at this URL: https://synle.github.io/restapi-typescript-decorators-front-end-example/dist
- This frontend setup uses parcel bundler.