Skip to content

Commit 37e9737

Browse files
committed
docs: fix missing line breaks in readme
1 parent 6bd703b commit 37e9737

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Proper integration of forms in Angular applications using ngrx.
77
Disclaimer: This library is not affiliated with the official ngrx library. I have created it mainly for my own use in one of my projects, but I thought others could profit as well.
88

99
### Content
10-
[1 Overview](#1-overview)
11-
[2 Installation](#2-installation)
12-
[3 Design Principles](#3-design-principles)
13-
[4 Open Points](#4-open-points)
14-
[5 Contributing](#5-contributing)
10+
[1 Overview](#1-overview)
11+
[2 Installation](#2-installation)
12+
[3 Design Principles](#3-design-principles)
13+
[4 Open Points](#4-open-points)
14+
[5 Contributing](#5-contributing)
1515

1616
## 1 Overview
1717
ngrx-forms brings the strengths of the redux state management model to the world of forms in applications that are using Angular and ngrx. The mechanisms that Angular provides for working with forms are inherently mutable, local, and hard to debug. This library offers a different model for working with forms. Instead of storing the state of form controls inside the components we put them in the ngrx store. We update the state with actions which allows easy debugging just like any other redux application. ngrx-forms also provides powerful mechanisms to update, validate and generally manage large complex forms. It contains APIs for synchronous and asynchronous validation, creating dynamic forms, integrating with custom form elements, and much more.

0 commit comments

Comments
 (0)