0.0.1 • Published 2 years ago

irembogov-ui-common v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Irembogov UI Common (@irembogov/common)

UI Package containing common/shared components used across irembo gov's UI name @irembogov/common

This project was generated with Angular CLI version 13.1.4.

Folder Structure

.
├── dist                                # Code generated from build process
├── projects                            # Source files of each projects (alternatively `lib` or `app`)
|   ├── irembogov                       # Parent lib directory of package @irembogov/common
|   |   ├── common
|           ├── src
|               ├── lib
|                   ├── components      # common/shared components dir(open readme of @irembogov/common {found in irembogov/common})
|   ├── <other_projects>                # directory of other possible projects (NOT RECOMMENDED TO CREATE PROJECTS EXCEPT FROM `irembogov/common`)
├── README.md
└── .gitignore

Build Package Locally

Run ng build. This will create the builds in the dist directory in the projects directory; which can later be used by another project locally

Run ng build --watch to continually watch over changes made in the repo and build the project

Code scaffolding

Check the README for each project

Running unit tests

Run ng test to execute the unit tests via Karma.