Angular Input Box Component

Author: angular-university
Official Page: Go to website
Publish Date: May 10, 2017
License: MIT

Description:

This module contains a couple of Angular Input box components that allow to add an icon inside a text input, which helps better identify common input fields like for example email, etc.

Features:

  • The components have minimum styling and are themable
  • there is no need to include a component-specific external stylesheet, only the Font Awesome or Material icons stylesheets
  • Compatible with AOT
  • As the component takes a plain input and projects it, this means that by design the component supports all standard HTML input attributes, including custom attributes (data-), all the accessiblity properties, etc.
  • This also means that these components are Compatible with Angular Forms

Installation:

npm install au-input

Preview:

Angular Input Box Component


You Might Be Interested In:

Add Comment