Socket
Socket
Sign inDemoInstall

@ffdc/uxg-angular-components

Package Overview
Dependencies
422
Maintainers
5
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ffdc/uxg-angular-components

[![@ffdc/uxg-angular-components](https://img.shields.io/npm/v/@ffdc/uxg-angular-components?label=uxg-angular-components&style=flat-square)](https://www.npmjs.com/package/@ffdc/uxg-angular-components) [![stackblitz](https://img.shields.io/badge/stackblitz-


Version published
Weekly downloads
345
decreased by-16.26%
Maintainers
5
Install size
4.37 MB
Created
Weekly downloads
 

Readme

Source

@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

FAQs

Last updated on 29 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc