UNPKG

@ngx-uk-frontend/core

Version:

Core utilities and shared functionality for ngx-uk-frontend libraries

20 lines (10 loc) 606 B
# @ngx-uk-frontend/core Core utilities and shared functionality for the other libraries in this repository. ## Overview This library serves as a placeholder for shared utilities, types, and base functionality that will be used across the ngx-uk-frontend ecosystem. ## Status This is currently a placeholder library. Components and services will be added as needed. ## Building Run `nx build core` to build the library. The build artifacts will be stored in the `dist/` directory. ## Running unit tests Run `nx test core` to execute the unit tests via [Jest](https://jestjs.io).