playground/packages/utils
Todd Baert e1a55e3ce3
chore: refactor to support 2 demos (#213)
This PR: 

- puts the fib3r demo into a dedicated component
- adds routing to the playground, so we can have additional pages
- extracts the json editor, footer, and provider switcher into common
components, which are displayed on every route
- fixes and existing bug where the tour isn't automatically advanced
when json changes are made
- updates to nx 16

The demo functions exactly the same except the footer color no longer
changes (since it's now a "meta component" displayed on every demo.

---------

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2023-05-18 16:58:26 -04:00
..
src
.babelrc chore: refactor to support 2 demos (#213) 2023-05-18 16:58:26 -04:00
.eslintrc.json
README.md
jest.config.ts
package.json
project.json chore: refactor to support 2 demos (#213) 2023-05-18 16:58:26 -04:00
tsconfig.json
tsconfig.lib.json
tsconfig.spec.json

README.md

utils

This library was generated with Nx.

Building

Run nx build utils to build the library.

Running unit tests

Run nx test utils to execute the unit tests via Jest.