@ng-solid/components
TypeScript icon, indicating that this package has built-in type declarations

6.0.1 • Public • Published

Angular UI Components

NPM version

An Angular UI component library based on Ant Design.

Installation

$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add @ng-solid/components

You can also install @ng-solid/components with npm or yarn

Usage

Import the component module you want to use in your app.module.ts file or feature modules as you need.

Buttons

import { NsButtonModule } from '@ng-solid/components';

@NgModule({
  imports: [
    ...
      NsButtonModule
  ]
})
export class AppModule
{
}

and in your html template

<ns-button label="My Button" [primary]="true"></ns-button>

Package Sidebar

Install

npm i @ng-solid/components

Weekly Downloads

2

Version

6.0.1

License

MIT

Unpacked Size

1.04 MB

Total Files

171

Last publish

Collaborators

  • chicromedia