Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 674 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 674 Bytes

Interhyp Angular Modules

Build all available angular modules with:

$>npm run build-all-modules

To build a specific module use:

$>npm run build [module-name]

Installation

$>npm install [module-name]
$>yarn add [module-name]

Available modules

Name Version Description
ih-thousands-separator 0.0.3 A thousands-separator directive and a price-pipe included
... ... ...

Demo

An example project with all modules included can be found here.

Licence

MIT