Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 490 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 490 Bytes

Contributing

Getting Started

In the root folder:

  1. Run npm run watch to build the directive in watch mode.
  2. Run npm run link to point the demo app to use the local directive's source.
  3. Run ng serve to launch the demo app.

Test

  1. Build: npm run build
  2. Test with Docker: bin/test.sh