Fundamental Library for Angular is SAP Design System Angular component library
The Fundamental Library for Angular is an SAP Design System Angular component library used to build modern product user experiences with the SAP look and feel. It consists of two libraries: @fundamental-ngx/core and @fundamental-ngx/platform. The core library provides base angular implementation of Fundamental Library Styles and offers a rich set of components for developers to use when building angular applications. The platform library enhances the core functionality with additional features and provides higher abstraction for the components.
The Fundamental Library for Angular is a versatile component library that allows developers to build modern product user experiences with the SAP look and feel. It consists of two libraries, @fundamental-ngx/core, and @fundamental-ngx/platform, that provide a rich set of components for building angular applications. The library offers customization flexibility at the HTML template level and enhances functionality through the platform library. Installation requires the node package manager and Angular 15 or newer. Overall, the Fundamental Library for Angular is a powerful tool for creating SAP-inspired designs in Angular applications.
Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
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.