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

https://github.com/ekateriinal/angular-cvi-starter

This CodeSandbox playground serves as a starter app for integrating and experimenting with the CVI library in an Angular application
https://github.com/ekateriinal/angular-cvi-starter

Last synced: 4 months ago
JSON representation

This CodeSandbox playground serves as a starter app for integrating and experimenting with the CVI library in an Angular application

Awesome Lists containing this project

README

        

---

## Getting Started

1. Click on the "Fork" button in the top right corner to create your own copy of this playground.
2. Open the `app.component.ts` file to see the main Angular component.

## Sandbox notes

1. If you don't see preview on the right of your screen: make sure to click 'Toggle Devtools' button. Click 'Open Devtool' and choose preview.
2. If start failed: click 'Restart task' button in terminal

## Reproduce and Report Bugs

- If you encounter any issues or bugs with the CVI library, follow these steps:
- Create a new component or modify the existing ones to reproduce the problem.
- Share the link to your modified playground when reporting the bug on GitHub. This will help others understand and reproduce the issue.

## Notes

- This playground is set up with the CVI library and can be a quick starting point for testing and bug reporting.
- Make sure to check the [CVI library github page](https://github.com/e-gov/cvi) for more details on available components and configurations.

**Happy Coding!**

---