hci-ng
v1.1.0
Published
HCI Angular modules and components
Downloads
5
Readme
HCI Angular 2 Modules
This project contains all the HCI shared Angular 2 modules.
All modules are standalone packages, each producing an npm
package in the @hci
namespace. All of these
modules are located in ./modules/@hci. The current modules are:
- @hci/user - Angular 2 User Library
- @hci/navigation - Angular 2 Navigation Library
- @hci/http - Angular 2 HTTP Utilities
- @hci/app-header - Angular 2 Application Header Library
- @hci/app-footer - Angular 2 Application Footer Library
There are some root level NPM
scripts that are decide to help you execute common NPM
operations on all
of the modules at the same time. These script can take minutes to run and npm install
can take the longest
if you have never installed before. The uninstall script can also take several minutes to complete as there
can be a large number of directories in the node_modules
to remove.
npm install
- will executenpm install
on all modules in ./modules/@hcinpm run uninstall:all
- will delete thenode_modules
directory in all modules in ./modules/@hci effectively "uninstalling" all the modules.npm run update:all
- will executenpm update
on all modules in ./modules/@hcinpm run test:all
- will executenpm test
on all modules in ./modules/@hci
There is not a publish:all
script, but there could be if we feel that is necessary. Publishing must be done
from each module directory.
Development Notes:
You can import this entire project or you can import an individual module.