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

@mtna/lib-ui

Package Overview
Dependencies
Maintainers
7
Versions
298
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mtna/lib-ui

Angular component library for Metadata Technology North America

latest
Source
npmnpm
Version
21.3.2
Version published
Maintainers
7
Created
Source

Angular Components for Metadata Technology North America

npm version

Live Demo

http://mtna-lib-ui.surge.sh/

Installation

The latest release of the library can be installed from npm

npm install @mtna/lib-ui

Use

This library makes use of secondary entry points. Therefore, to utilize library components, import paths should be structured as below:

import { <component-class> } from '@mtna/lib-ui/<component-directory>';

For example, to make use of the MtnaAboutDialogComponent, you would import like so:

import { MtnaAboutDialogComponent } from '@mtna/lib-ui/about-dialog';

Core library items, such as utilities, services, styles, models, or common behaviors remain at the core import path, i.e.

import { CanDestroyNotify } from '@mtna/lib-ui';

FAQs

Package last updated on 03 Oct 2023

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