Skip to content

stnikolova/list-form-control

Repository files navigation

List Form Control

Build Status

Library

  • Provides a reusable component
  • The component consits of an input and a list
  • Can be used as a form control

Tech

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.

Setup

Install the dependencies and devDependencies and start the server.

Installation

$ cd list-form-control
$ npm install

Build Library

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

Example

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

Development

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published