It is a web component used in FTU Explorer
Use the following commands to lint, build and run the app
# lint
$ npx nx run ftu-ui-small-wc:lint
# build
$ npx nx run ftu-ui-small-wc:build
# serve
$ npx nx run ftu-ui-small-wc:serve
#test
$ npx nx run ftu-ui-small-wc:test
- To make a new change on the app, make the change here and create a pull request.