Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nezhar/ngx-anx-forms

Angular form components and form utilities using Bootstrap
https://github.com/nezhar/ngx-anx-forms

angular forms hacktoberfest

Last synced: 6 days ago
JSON representation

Angular form components and form utilities using Bootstrap

Awesome Lists containing this project

README

        

# ngx anx forms

This package is published on [npm](https://www.npmjs.com/package/ngx-anx-forms)

```
npm install ngx-anx-forms
```

Documentation is available [here](https://anx-hnezbeda.github.io/ngx-anx-forms/)

## Development

### Bundle library

* `cd projects/ngx-anx-forms`
* `npm install`
* `ng build ngx-anx-forms`

### Install dependencies and run server

* `npm install`
* `ng serve`

Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.