Skip to content

components, directives and pipes to help with Html form/UI development

License

Notifications You must be signed in to change notification settings

BumbleB2na/web-dev-suite-angular

Repository files navigation

Angular UI Helpers

A collection of components, directives and pipes for solving Html forms/UI problems. This is a rewrite of my old jQuery plugins project.

View project demo

Currently developed:

  • Pipe and component options to solve problem with Html select input elements that have long option elements:
    • Shortens long text using a custom pipe
    • Shortens select element options using a custom select-shorten component
    • See select-shorted-demo.component.spec.ts for tests

Tests written in Jasmine using Karma.

  • `npm test' - compiles, runs and watches the karma unit tests

This project is built on top of Angular 2 QuickStart seed project and uses gulp for distribution. I have created a separate basic QuickStart + gulp project that explains how to integrate gulp in to the Angular 2 QuickStart seed project in order to generate a dist folder.

About

components, directives and pipes to help with Html form/UI development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published