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

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 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 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.