Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nezhar/ngx-anx-forms
- Owner: nezhar
- License: mit
- Created: 2018-11-13T14:32:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:00:31.000Z (about 2 years ago)
- Last Synced: 2024-12-08T06:07:23.441Z (2 months ago)
- Topics: angular, forms, hacktoberfest
- Language: TypeScript
- Homepage: https://nezhar.github.io/ngx-anx-forms/home
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.