This monorepo contains a collection of libraries which implement/wrap existing UK public service design systems, making it easier to create compliant public service applications with Angular.
| Library | Description | Status | NPM Link |
|---|---|---|---|
ngx-govuk-frontend |
Angular components for the GOV.UK Design System | Published | ngx-govuk-frontend |
ngx-govscot-frontend |
Angular components for the Scottish Government Design System | Under Construction | - |
ngx-nhsuk-frontend |
Angular components for the NHS.UK Design System | Under Construction | - |
npm install
nx serve govuk-service
# Run all tests
nx run-many --target=test --all
# Run tests for a specific library
nx test ngx-govuk-frontend
We welcome contributions to any of the libraries in this repository. Please see the individual library READMEs for specific contribution guidelines.
General contribution guidelines:
This project is licensed under the MIT License - see the LICENSE file for details.