Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@fundamental-ngx/platform

npm version Build Status npm Slack REUSE status

Description

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

Requirements

Angular 21 or newer. Prior knowledge of Angular is recommended.

Getting Started

ng add @fundamental-ngx/platform

Import individual components (standalone by default):

import { PlatformTableModule } from '@fundamental-ngx/platform/table';
import { PlatformSearchFieldModule } from '@fundamental-ngx/platform/search-field';

Versioning

Check the Breaking Changes for upgrade guidance.

Known Issues

See Issues.

Support

If you encounter an issue, you can create a ticket.

Contributing

See CONTRIBUTING.md for guidelines and NEW_COMPONENT.md for building new components.

License

See LICENSE.txt.