[Library|Trunk]
Clean up bottom and navbar properties in app.component git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56049 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
9b21fdf321
commit
bcd11e1589
|
@ -14,8 +14,7 @@ import{MenuItem,RootMenuItem} from './sharedComponents/menu';
|
|||
`],
|
||||
template: `
|
||||
|
||||
<navbar *ngIf= "properties" portal="explore" [environment]=properties.environment [onlyTop]=false [userMenu]=true [(communityId)]="properties.adminToolsCommunity" [userMenuItems]=userMenuItems [menuItems]=menuItems
|
||||
[(APIUrl)]="properties.adminToolsAPIURL" [(logInUrl)]="properties.loginUrl" [(logOutUrl)]="properties.logoutUrl" [(cookieDomain)]="properties.cookieDomain"></navbar>
|
||||
<navbar *ngIf= "properties" portal="explore" [properties]=properties [onlyTop]=false [userMenu]=true [communityId]="properties.adminToolsCommunity" [userMenuItems]=userMenuItems [menuItems]=menuItems ></navbar>
|
||||
<h1>Openaire Lib Component</h1>
|
||||
|
||||
|
||||
|
@ -41,7 +40,7 @@ import{MenuItem,RootMenuItem} from './sharedComponents/menu';
|
|||
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="chevron-right" ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.03" points="7 4 13 10 7 16"></polyline></svg>
|
||||
</span></a>
|
||||
</cookie-law>
|
||||
<bottom *ngIf= "isClient && properties" [assetsPath]=assetsPath [environment]=properties.environment></bottom>
|
||||
<bottom *ngIf= "isClient && properties" [assetsPath]=assetsPath [properties]=properties></bottom>
|
||||
|
||||
`
|
||||
|
||||
|
|
Loading…
Reference in New Issue