Files
alfresco-ng2-components/lib
Popovics András ee9393caf0 [APM-7] Feature enhancement for the create and edit folder directive (#3179)
* Add observable menu open state to the sidenav-layout component

* add documentation, fix inversed value

* Add success events to folder create/edit directives

* Overridable dialog titles for the directives

* Update the documentation
2018-04-17 20:27:41 +01:00
..
2018-04-17 17:56:27 +01:00
2018-04-17 17:40:50 +01:00
2017-11-16 14:12:52 +00:00
2018-04-17 17:40:50 +01:00
2017-11-16 14:12:52 +00:00
2018-03-22 19:16:50 +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