0.1.0 • Published 6 years ago

g6-diva-test v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@diva/angular

Shared Angular library for DIVA projects.

Development setup

This project is designed to be linked the other projects along side using `npm link.

Open a terminal window to /src/angular/dist and run:

npm link

Other projects can then use this project on your development computer by running:

npm link @diva/angular

Building

There is currently no live reload setup for other projects using this linked package.

You must first build this package before starting the live reload setup on the other projects.

npm run build