1.0.3 • Published 5 years ago

com-om-da v1.0.3

Weekly downloads
11
License
-
Repository
-
Last release
5 years ago

OMDA

Set up Development Environment

Install Node.js and npm if they are not already on your machine. You can get them from here.

Verify that you are running at least node 8.x.x and npm 5.x.x by running node -v and npm -v in a terminal/console window.

Install Dependencies

ng add @angular/material if you Angular CLI > 8.x.x npm install @ngx-translate/core --save

Go to the project directory and run:

> npm install

Use new teg --

Add constant

export const SalesLinks = { path: '', title: 'Overview.SalesForClient' }, { path: '', title: 'Overview.SalesAClient' }, { path: '', title: 'Overview.SalesForOrals' } ;

export const DeliveryLinks = { path: '', title: 'Overview.StandardAssessmentProject' }, { path: '', title: 'Overview.HighLevelBusinessCase', }, { path: '', title: 'Overview.GBSSharedServices', }, { path: '', title: 'Overview.StrategyProject' } ;

Example

<lib-tile-tabs deliveryTiles="deliveryLinks" salesTiles="salesLinks" lableTab1="'Overview.Delivery'" lableTab2="'Overview.Sales'">