Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christophhu/angular-json-form-package
Create Angular reactive forms by a JSON Schema.
https://github.com/christophhu/angular-json-form-package
angular json-schema npm-package
Last synced: about 7 hours ago
JSON representation
Create Angular reactive forms by a JSON Schema.
- Host: GitHub
- URL: https://github.com/christophhu/angular-json-form-package
- Owner: ChristophHu
- Created: 2023-06-17T07:14:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T16:18:36.000Z (12 months ago)
- Last Synced: 2024-10-03T15:18:50.041Z (4 months ago)
- Topics: angular, json-schema, npm-package
- Language: TypeScript
- Homepage:
- Size: 954 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJsonForm
## Demo
[Demo](https://christophhu.github.io/angular-json-form-package/)## Use
```bash
# tailwind
npm install -D tailwindcss postcss@latest autoprefixer@latest
npx tailwindcss init# material
ng add @angular/material --project=
```This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.2.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.