New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hxui/shell

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hxui/shell

An Angular library of ui layout components for use in Helix microfrontends.

latest
npmnpm
Version
0.3.0
Version published
Maintainers
5
Created
Source

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

Keywords

layout ui

FAQs

Package last updated on 05 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts