Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

g6-diva-test

mattdwen11MIT0.1.0TypeScript support: included

Shared Angular library for DIVA projects.

readme

@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