0.3.0 • Published 3 years ago

@hxui/shell v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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/authAngular
0.x13.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.

License

MIT