com-om-da v1.0.3
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.xand npm5.x.xby runningnode -vandnpm -vin a terminal/console window.
Install Dependencies
ng add @angular/material if you Angular CLI >
8.x.xnpm install @ngx-translate/core --save
Go to the project directory and run:
> npm installUse 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'">