Skip to content

Angular wrappers for IDS Enterprise components

License

Notifications You must be signed in to change notification settings

infor-design/enterprise-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infor Design System's Enterprise Components for Angular

License npm version

This repository serves as the central shared location for cross-Infor Angular Typescript UI components. These components do a few things:

  • avoids many teams building the same things
  • avoids asking for different flavors of the same thing
  • net new teams get gains
  • includes wrappers and demos (usage) to get new teams and developers up to speed faster
  • built-in look from dev to design and back

If you're an Infor employee, you can join our MS Teams Group for updates and questions.

Browser Support

We support the latest release and the release previous to the latest (R-1) for browsers and OS versions:

IE / Edge
IE Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
R-1 R-1 R-1 R-1 R-1

Installation

The components are available via npm/yarn and we recommend you use them as peer dependencies.

npm install  --save-peer ids-enterprise-ng@latest

To Clone and Run this Repo locally (requires node 20)

mkdir enterprise-ng
cd enterprise-ng
git clone ssh://git@oxfordssh.awsdev.infor.com:7999/infor-design/enterprise-ng.git .
nvm use
npm i
npm run build:lib
npm run start

Also include the Source Sans Pro Font in your project and app pages.

Installation Of Types

Option 1. Install the types globally by adding this to the top of your project’s app.component.ts

/// <reference types="ids-enterprise-typings" />

Option 2. Install the types using typeRoots and then adding the types to your tsconfig.json for an example see the quick start project