Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): replace controls prop with value (ngxs#1788)
`Controls` prop gives us an object that throws an error when using that prop for the `NgFor` directive, since Object is not iterable. Fixes ngxs#1733
- Loading branch information