The docs index lists all available documentation for components and also includes a user guide that explains techniques in greater detail.
You can build component from sources with the following commands:
npm install
npm run buildThe
buildtask rebuilds all the code, runs tslint, license checks and other quality check tools before performing unit testing.
| 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 |