skg-components

A private library with utilities and custom implementations used on private development.

Usage no npm install needed!

<script type="module">
  import skgComponents from 'https://cdn.skypack.dev/skg-components';
</script>

README

SKG Components Dev Tools

A private library with utilities and custom implementations used on private development.

  • Form Components
  • Custom validations

Compatibility and dependencies

  • Angular 10+
  • Angular Material 10+

Development

Installation

  • Download this repo
  • Open project and install dependencies
  • Install libraries dependencies*
  • For this point, you should access on each library directory and install all dependencies listed on package.json file

Use

For development purposes and execute local testing, execute:

  • npm link ./projects/components

and all library imports, should import from 'components' (only on this project implementation), for implementation on a project should import from '@skg/components'

Versioning

This project and each library inside use Semantic Versing for documented all changes