@fundamental-ngx/platform is built on top of @fundamental-ngx/core to provide higher-level components with built-in form integration, data binding, and application-level patterns. It abstracts common implementation details to boost productivity.
See the Component Documentation for examples and API details.
Angular 21 or newer. Prior knowledge of Angular is recommended.
ng add @fundamental-ngx/platformImport individual components (standalone by default):
import { PlatformTableModule } from '@fundamental-ngx/platform/table';
import { PlatformSearchFieldModule } from '@fundamental-ngx/platform/search-field';Check the Breaking Changes for upgrade guidance.
See Issues.
If you encounter an issue, you can create a ticket.
See CONTRIBUTING.md for guidelines and NEW_COMPONENT.md for building new components.
See LICENSE.txt.