toddmotto / angular-dynamic-forms

Configurable Reactive Forms in Angular with dynamic components

Home Page:https://toddmotto.com/angular-dynamic-components-forms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Dynamic Forms


Check out the live version, 78KB fully AoT'd and minified


Follow the tutorial

You can follow the tutorial here

Running the seed or final project

Once you've cloned the repo, install all the dependencies by running:

yarn install

# OR

npm install

You can then dive straight into coding by running:

yarn start

# OR

npm start

This will start up webpack and a local development server at localhost:3000.

About

Configurable Reactive Forms in Angular with dynamic components

https://toddmotto.com/angular-dynamic-components-forms/


Languages

Language:TypeScript 69.9%Language:CSS 13.0%Language:JavaScript 12.0%Language:HTML 5.1%