Overview of ngx-admin
mainngx-admin is an admin panel template built on Angular (9+), Bootstrap (4+), and Nebular. It is designed to help produce maintainable and performant production-ready applications or prototypes.
Key Features
- UI Library: Uses Nebular, a customizable Angular UI library based on the Eva Design System, providing 40+ UI components and 4 visual themes.
- Theming Options: Includes themes such as Material Light, Material Dark, Cosmic, Corporate, Dark, and Light.
- Security: Includes a pluggable authentication and authorization module that provides components for Login, Logout, Register, Password Recovery, and Password Reset.
- Auth Services: Provides services like
NbAuthService,NbTokenService,NbTokenLocalStorage,NbAuthJWTToken, andNbAuthOAuth2Token, with configurable strategies likeNbPasswordAuthStrategyandNbOAuth2AuthStrategy.