- Provides a reusable component
- The component consits of an input and a list
- Can be used as a form control
List Form Control is Angular compatible
- Angular - HTML enhanced for web apps!
- Accessibility CDK - The a11y package provides a number of tools to improve accessibility, described below.
- Karma - A productive testing environment to developers.
- Protractor - An end-to-end test framework for Angular apps.
Install the dependencies and devDependencies and start the server.
$ cd list-form-control
$ npm install
List Form Control is currently not available as a separate npm package and needs to be build locally.
$ cd list-form-control
$ npm run lib:build
The library contains an example project for preview and testing purposes
$ npm start
Navigate to http://localhost:4200/
.
More detailed instructions on how to use the component in your own application are linked below.
Component | README |
---|---|
List Form Control Component | README.md |
In development mode the project can monitor changes and automatically run rebuilds Open your favorite Terminal and use the following commands.
For example project changes:
$ npm start
For library changes:
$ npm run lib:build:watch
For unit test changes:
$ npm run test
To run e2e test
$ npm run e2e