Angular6 Admin

screenshot of Angular6 Admin
less

最新版的angular 增删改查,UI为蚂蚁金服ng-alain,ant-zorro 框架,当时公司前端人力不够,直接拉后端上了,自写过angular,后面抽时间搞了这个

Overview

Ng-zorro-antd is a powerful admin panel frontend framework designed specifically for Angular applications. With its elegant UI built on the Ant Design principles from Ant Financial, this framework simplifies the creation of complex applications with features aimed at efficient data management. The framework is highly customizable and designed to enhance the user experience, making it a go-to choice for developers looking to implement a robust admin dashboard.

What sets ng-zorro-antd apart is its focus on responsiveness and internationalization, allowing developers to build applications that look great on any device and cater to a global audience. The integration with various tools and libraries further streamlines the development process, providing a seamless experience from setup to deployment.

Features

  • Responsive Layout: Automatically adjusts to fit any screen size, ensuring an optimal display on both desktops and mobile devices.
  • I18n Support: Built-in internationalization support simplifies the process of creating multi-language applications to reach a broader audience.
  • Lazy Load Assets: Improves performance by loading only the necessary assets when required, minimizing initial load times.
  • UI Router States: Simplifies navigation with built-in routing functionalities that enhance user experience.
  • Customize Theme: Allows for extensive theming options to match your brand's identity and create a personalized user interface.
  • Well Organized Code: The codebase is structured and well-commented, making it easier for developers to navigate and modify.
  • Simple Upgrade Process: Developers can easily upgrade to new versions with minimal hassle, ensuring access to the latest features and improvements.
  • Docker Deployment: Supports Docker containers for a smoother deployment process in various environments, improving scalability and management.
less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.