Injector

Install

npm ci
npm run compile
# Then the final code is generated under dist/ folder

Contributing

# Setup a watcher on typescript
npm run compile-watch

# Fix syntaxe issue or hilight errors
npm run fix