Skip to content

Commit 29f46ef

Browse files
author
Maxime Lafarie
authored
Update README.md
1 parent 051a8b5 commit 29f46ef

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# NgxSmartForm
1+
[![Build Status](https://travis-ci.org/maximelafarie/angular-dynamic-forms.svg?branch=master)](https://travis-ci.org/maximelafarie/angular-dynamic-forms)
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.2.
3+
# NgxSmartForm
4+
## Build dynamic Angular forms on-the-fly
45

5-
## Development server
6+
The purpose of this project is to demonstrate the automation of creation of Angular forms with dynamic models.
67

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
8+
You can find a full-dedicated tutorial with explanations on my post:
89

9-
## Code scaffolding
10+
👉👉 **https://dev.to/max/build-dynamic-angular-forms-on-the-fly-4n3m** 👈👈
1011

11-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
12+
## Development server
13+
14+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
1215

1316
## Build
1417

@@ -21,7 +24,3 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
2124
## Running end-to-end tests
2225

2326
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
24-
25-
## Further help
26-
27-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)