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
- Host: GitHub
- URL: https://github.com/s3141p/ng-sandbox
- Owner: s3141p
- License: mit
- Created: 2021-05-31T17:02:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T20:48:09.000Z (over 4 years ago)
- Last Synced: 2025-04-02T05:56:12.290Z (about 1 year ago)
- Topics: angular, components, documentation, sandbox
- Language: TypeScript
- Homepage: https://s3141p.github.io/ng-sandbox
- Size: 345 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)