ngx-smartadmin
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

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

Package Sidebar

Install

npm i ngx-smartadmin

Weekly Downloads

0

Version

0.4.1

License

MIT

Last publish

Collaborators

  • hm910705