An open API service indexing awesome lists of open source software.

https://github.com/s3141p/ng-sandbox

Development sandbox for angular components
https://github.com/s3141p/ng-sandbox

angular components documentation sandbox

Last synced: 12 months ago
JSON representation

Development sandbox for angular components

Awesome Lists containing this project

README

          

# Ng Sandbox

It's thin wrapper over default angular builders and widget which renders your components.

How to use?

1. `ng add @ng-sandbox/setup@latest --project=sandbox`
2. Configure your components library according to this [example](https://github.com/s3141p/ng-sandbox/blob/master/libs/examples-material/src/discovery.ts)
or check this [manual](https://github.com/s3141p/ng-sandbox/blob/master/docs/manual-setup.md#prepare-library)
3. Use `ng (serve|build) sandbox --l=all`

## Links

1. [Manual setup](./docs/manual-setup.md)
2. [Development](./docs/development.md)