FINASTRA Angular Components
The FINASTRA Angular components are the Angular implementation of the FINASTRA Design System. It features FINASTRA's branding of components (global search, data visualization, repeater, filters...).
How to use it? 🤔
You can get started in 3 simple steps:
Install the dependency (Note that the Angular components require our Angular Material theme.
npm install @ffdc/uxg-angular-components
Import the required component in your project
import { ScrollToTopModule } from '@ffdc/uxg-angular-components/scroll-to-top';
…
@NgModule ({…
imports: […,
ScrollToTopModule,
…]
})
Add the component in your HTML like so
<uxg-scroll-to-top></uxg-scroll-to-top>
You'll find a more exhaustive documentation on our developer getting started page.
Want to help? 🤗❤️
Want to file a bug, contribute some code, or improve documentation?
Excellent!
If it's your first time contributing, use the tag