# ngHyd : Angular Component Library For Hydraulics using JaLHyd library ## All the things to know for developping the library The library needs nodeJS installed and the following node packages installed globally: typescript, karma, tslint. This can be done from the command line: `npm install -g typescript karma tslint` Then, you can install the necessary packages of the library: `npm install` ### To compile the typescript code `npm run build` ### To flag suspicious language usage `npm run lint` ### To run compilation in watch mode as well as application exécution in a navigator window `npm start`