Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toddmotto/angular-dynamic-forms
Configurable Reactive Forms in Angular with dynamic components
https://github.com/toddmotto/angular-dynamic-forms
Last synced: 13 days ago
JSON representation
Configurable Reactive Forms in Angular with dynamic components
- Host: GitHub
- URL: https://github.com/toddmotto/angular-dynamic-forms
- Owner: toddmotto
- Created: 2017-03-13T11:19:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T07:27:57.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T08:10:10.776Z (28 days ago)
- Language: TypeScript
- Homepage: https://toddmotto.com/angular-dynamic-components-forms/
- Size: 890 KB
- Stars: 317
- Watchers: 32
- Forks: 158
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Dynamic Forms
---
> Check out the [live version](https://toddmotto.com/angular-dynamic-forms/), 78KB fully AoT'd and minified
---
### Follow the tutorial
> You can follow the [tutorial here](https://toddmotto.com/angular-dynamic-components-forms)
### Running the seed or final project
* To get started with the seed project, [clone this repo](https://github.com/toddmotto/angular-dynamic-forms/tree/seed).
* To run the final project, [clone this repo](https://github.com/toddmotto/angular-dynamic-forms).
Once you've cloned the repo, install all the dependencies by running:
```bash
yarn install# OR
npm install
```You can then dive straight into coding by running:
```bash
yarn start# OR
npm start
```This will start up webpack and a local development server at [localhost:3000](http://localhost:3000).