# HXUI Shell

An Angular library of ui layout components for use in Helix microfrontends.

## Installation

```sh
npm i @hxui/shell
```

## Usage

Import into app module.

```ts
import { ShellModule } from '@hxui/shell';

@NgModule({
  imports: [ShellModule],
})
export class AppModule {}
```

## Versions

| @hxui/auth | Angular |
| ---------- | ------- |
| 0.x        | 13.x    |

## Build

Run `ng build shell` to build the project. The build artifacts will be stored in the `dist/shell` directory.

## Publishing

After building your library with `ng build shell`, go to the dist folder `cd dist/shell` and run `npm publish`.

## Running unit tests

Run `npm run test` to execute the unit tests via [Jest](https://jestjs.io/).

## License

[MIT](https://choosealicense.com/licenses/mit/)
