This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@ffdc/uxg-angular-components
TypeScript icon, indicating that this package has built-in type declarations

0.23.15 • Public • Published

@ffdc/uxg-angular-components stackblitz

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 good first issue badge

Readme

Keywords

none

Package Sidebar

Install

npm i @ffdc/uxg-angular-components

Weekly Downloads

369

Version

0.23.15

License

none

Unpacked Size

4.09 MB

Total Files

584

Last publish

Collaborators

  • david.bocle
  • ffdcbot
  • maciejmaciejewski
  • ttalbot