You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This repository contains 2 libraries(npm packages),
@fundamental-ngx/core:
The Fundamental-NGX core provides base angular implementation of Fundamental Library Styles to offer developers a rich set of components
they can use when building angular applications. Fundamental-ngx core angular components provides the end developer with some degree of flexibility as most of the components allow finer customization directly on the HTML template level.
@fundamental-ngx/platform:
The Fundamental-NGX platform is built on top of the core to both enhance existing functionality with additional features
which are driven by application requirements and to provide higher abstraction for the components by hiding most of the internal implementation details which boosts productivity.
2. Requirements
To download and use Fundamental Library for Angular, you will first need to install the node package manager and yarn package manager (corepack enable and then yarn).
Fundamental Library for Angular is intended for use with Angular 15 or newer.
Prior knowledge of Angular is recommended, to use the fundamental-ngx library.