@hxui/shell
v0.3.0
Published
An Angular library of ui layout components for use in Helix microfrontends.
Downloads
4
Readme
HXUI Shell
An Angular library of ui layout components for use in Helix microfrontends.
Installation
npm i @hxui/shell
Usage
Import into app module.
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.