This library contains the common UI components for the netty projects. This components should not have any dependencies out side of this library. The ntyui component library provides modern and reusable UI components for Angular applications. Developed wi
npm install @nettyapps/ntyuiThis library contains the common UI components for the netty projects. This components should not have any dependencies out side of this library. The ntyui component library provides modern and reusable UI components for Angular applications. Developed with Material Design principles in mind, this library helps your application maintain a consistent and aesthetic look.
To add the ntyui library to your project, use the following command:
``bash`
npm install ntyui
Next, import your into your Angular application's main module (app.module.ts or the relevant module):
`typescript``
import { EmailInput } from "@nettyapps/ntyui"; // or other component
import { DateTime } from "@nettyapps/ntyui"; // DateTime component for
// ... others ntyui components