@ts-reactive-forms/forms
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

TS Reactive Forms

NPM version Build Status Coverage Status PRs welcome Size

A library to have the power of reactive forms (these are a strict reproduction of Angular ones, taken from v 15.2.x). Just note that at this time we don't have adapters for the various frameworks. I'm using this lib in a Vue project and I will add the Vue directive under a scoped package

Getting Started

Installing

You can install ts-reactive-forms by simply downloading the umd js file, or if you have node installed you can use the following command

$ path-to-project/ npm install ts-reactive-forms

Running the tests

There are no actual tests, but the environment is ready to be run with npm run test

Contributing

  • Step 1. Clone this repo
  • Step 2. Run yarn install in the download path
  • Step 3. You can edit this library by edinting files under src/
  • Step 4. You can edit/add tests under test/ts-reactive-forms.test.ts (do not edit index and js)
  • Step 4. Run npm run test
  • Step 5. If test PASSES you can make a pull request, otherwise, go back to step 3 and repeat.

Special thanks

Jetbrains is now supporting this library with an open-source licence, which will allow a better code! 🎉

jetbrains-logo

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Package Sidebar

Install

npm i @ts-reactive-forms/forms

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

696 kB

Total Files

31

Last publish

Collaborators

  • tonysamperi