ReactiveX / rxjs-docs

The home for new work on the new RxJS docs (RxJS v 5 and up). New to this space? Say hi here: https://github.com/ReactiveX/rxjs-docs/issues/24. Want to find out what's up? We're chatting here. https://github.com/ReactiveX/rxjs-docs/issues/4
Apache License 2.0
160 stars 62 forks source link

docs-RxJs for Angular Developers: Reactive forms #158

Open mustafamg opened 6 years ago

mustafamg commented 6 years ago

Angular reactive forms facilitate a reactive style of programming that favors explicit management of the data flowing between a non-UI data model (typically retrieved from a server) and a UI-oriented form model that retains the states and values of the HTML controls on the screen. Reactive forms offer the ease of using reactive patterns, testing, and validation.

fredrik-lundin commented 6 years ago

Reactive forms in angular are definitely very cool, and implements rxjs nicely!

But what kind of documentation did you have in mind that is not already present in the official angular docs? If it's not very different, maybe it's just harder to maintain proper docs both here and at angular.io?

mustafamg commented 6 years ago

Sure there is some documentation on the angualr.io website. However, for the need of completion, we will need an abstracted version that focuses on RxJs. I mean, on angular.io you will find the documentation for validation mixes both for reactive and normal forms. In our documentation, we will focus only on reactive forms validation. I hope this clarifies what is required for this task.