Skip to content

Latest commit

 

History

History
102 lines (74 loc) · 2.57 KB

README.md

File metadata and controls

102 lines (74 loc) · 2.57 KB

ngx-smartadmin

The angular components for smart-admin.

Usage

# Install package
npm i ngx-smartadmin -D

# Use In Typescript
import { SmartAdminModule } from 'ngx-smartadmin';

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

}

Components

Layout

UI Elements

Forms Elements

Date Elements

Services

How to develop?

git clone 

# install deps
npm i 

# run dev
npm run dev

# build demo
npm run build

# build aot demo
npm run build:aot

# build publish package
npm run lib

Change logs

CHANGELOG.md

Thanks