Library with common UI components to speed up your Angular developments. You can take a look to the components in our showcase at https://systelab.github.io/components
In order to clone the repository and test the library use the following commands:
git clone https://github.com/systelab/systelab-components.git
cd systelab-components
npm install
ng serve (or npm run ng serve)
This will bootstrap a showcase application to test the different components.
In order to publish the library, an authorized npm user is required. Once set, update the version in the package.json, and run the npm publish script:
npm publish
Be careful because temporary folders will be created (build, css, html, widgets,...) and this files should be untracked as it is specified in the gitignore file.