Documentation for a newer release is available.
View Latest
Common Components Module
A module for components and directives that can be used across any IPF angular application. These components were originally in the parent components folder but since moving to a more modular structure have not had a module home.
The long term development plan should be to find these components/directives modules that suit their functionality better.
Components
DateFilterComponent
A component to allow the user to filter a column by date. agGrid is required to use this component.
BreadcrumbsComponent
A component to display a list of navigation items
Example usage:
<ipf-breadcrumbs [navLinks]="navLinks"></ipf-breadcrumbs>
Where navLinks is an array of BreadcrumbNavLink objects:
Name |
Description |
link?: string[]; |
A value used for the routerLink e.g. ['../../', 'testing', 'view'] |
title: string; |
A value used for the text value displayed |