Files
alfresco-ng2-components/lib
Denys Vuika 08f2cc9236 [ADF-1412] Viewer enhancements (#2873)
* collection navigation support for Viewer

* code cleanup

* full screen mode support

* keyboard shortcuts

* zooming scale label

* layout fixes

* test fixes

* image toolbar with basic tranformations

* test fixes

* test fixes
2018-01-28 23:01:01 +00:00
..
2018-01-26 11:37:56 +00:00
2018-01-26 11:37:56 +00:00
2017-11-16 14:12:52 +00:00
2018-01-26 11:37:56 +00:00
2017-11-16 14:12:52 +00:00
2018-01-24 17:22:53 +00:00

Alfresco Angular Components

Documentation

The docs index lists all available documentation for components and also includes a user guide that explains techniques in greater detail.

Build from sources

You can build component from sources with the following commands:

npm install
npm run build

The build task rebuilds all the code, runs tslint, license checks and other quality check tools before performing unit testing.

NPM scripts

Command Description
npm run build Build component
npm run test Run unit tests in the console
npm run test-browser Run unit tests in the browser
npm run coverage Run unit tests and display code coverage report