playground-doc

Generate living styleguide for angular apps

Usage no npm install needed!

<script type="module">
  import playgroundDoc from 'https://cdn.skypack.dev/playground-doc';
</script>

README

Generate living styleguide for angular apps

Start a new project

ng new my-project
cd my-project
ng add playground-doc
npm run playground-serve

Generate Angular playground sandbox component

npm run playground-add components/your-component-name

visit http://localhost:3000/components/your-component-name

Thsi project is based on Angular Playground (https://angularplayground.it/)