Add modal container in app component.
This commit is contained in:
parent
2635dc2a67
commit
76e63234bf
|
@ -33,6 +33,7 @@ import {NotificationHandler} from "./openaireLibrary/utils/notification-handler"
|
||||||
selector: 'app-root',
|
selector: 'app-root',
|
||||||
template: `
|
template: `
|
||||||
<div [class]="(community)?(community.communityId +'App communityApp'):'connectApp'">
|
<div [class]="(community)?(community.communityId +'App communityApp'):'connectApp'">
|
||||||
|
<div id="modal-container"></div>
|
||||||
<navbar *ngIf="properties && showMenu && !community && header" [portal]="properties.dashboard" [onlyTop]=false
|
<navbar *ngIf="properties && showMenu && !community && header" [portal]="properties.dashboard" [onlyTop]=false
|
||||||
[userMenuItems]=userMenuItems [menuItems]=menuItems [user]="user" [header]="header"
|
[userMenuItems]=userMenuItems [menuItems]=menuItems [user]="user" [header]="header"
|
||||||
[showMenu]=showMenu [properties]="properties" [showHomeMenuItem]="false" communityId="connect">
|
[showMenu]=showMenu [properties]="properties" [showHomeMenuItem]="false" communityId="connect">
|
||||||
|
|
Loading…
Reference in New Issue