Skip to content

mickymots/custom-component

Repository files navigation

CustomComponents

This project was generated with Angular CLI version 1.0.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Application Objective

This application demonstrates how to develop custom form-controls or custom components in Angular 2.

Application covers 2 simple use cases:

  1. Simple UI components with 1 input field
  2. Complex UI component with multiple inputs fields

In addition to its primary objectives, this application also showcase an Address components that gives insight to following points:

  1. How to extends from a base class that implements ControlValueAccessor and make component class leaner
  2. Validation of custom controls
  3. TypeAhead or auto-complete feature with NGX-bootstrap/typeahead

About

Angular 2 application to demonstrate implementation of custom UI components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published