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
- Host: GitHub
- URL: https://github.com/ekateriinal/angular-cvi-starter
- Owner: ekateriinal
- Created: 2023-10-20T15:42:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T08:30:13.000Z (over 1 year ago)
- Last Synced: 2025-01-07T21:38:05.087Z (5 months ago)
- Language: TypeScript
- Homepage: https://codesandbox.io/p/github/ekateriinal/angular-cvi-starter
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!**
---