EIS Angular Core
Pattern Library
Style Guide
API Reference
@campeis/ngx-core/navigation / Class

EisAppNavComponent

Decorators:@Component
Selectors:eis-app-nav
Implements:OnInit

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private activatedRoute: ActivatedRoute
): EisAppNavComponent;
Parameters
NameTypeDescription
activatedRoute
ActivatedRoute

Properties

NameTypeDescription
appNav
EisAppNavComponent
@Input
footerMenuData
EisAppNavItem[]
@ViewChildren
matExpansionPanels
QueryList<MatExpansionPanel>
@Input
productName
string
@Output
resizeEvent
EventEmitter<void>

Accessors

get IsCollapsed

No documentation has been provided.

Presentation
get IsCollapsed(): boolean;
Type

boolean

get IsOpen

No documentation has been provided.

Presentation
get IsOpen(): boolean;
Type

boolean

Methods

checkIfChildActiveOnInitialize()

No documentation has been provided.

Presentation
checkIfChildActiveOnInitialize(ulElement: HTMLUListElement): boolean;
Parameters
NameTypeDescription
ulElement
HTMLUListElement
Returns
boolean

expand()

No documentation has been provided.

Presentation
expand(): void;
Returns
void
@HostListener @HostListener

modeChangeAnimationEventHandler()

No documentation has been provided.

Presentation
modeChangeAnimationEventHandler(event: AnimationEvent_2): void;
Parameters
NameTypeDescription
event
AnimationEvent_2
Returns
void
async

ngOnInit()

implements OnInit

No documentation has been provided.

Presentation
async ngOnInit(): Promise<void>;
Returns
Promise<void>

openActivePanel()

No documentation has been provided.

Presentation
openActivePanel(): void;
Returns
void

setActivePanel()

No documentation has been provided.

Presentation
setActivePanel(isActive: boolean, panel: MatExpansionPanel): void;
Parameters
NameTypeDescription
isActive
boolean
panel
MatExpansionPanel
Returns
void

toggleNavMode()

No documentation has been provided.

Presentation
toggleNavMode(mode?: NavModes | undefined): void;
Parameters
NameTypeDescription
mode
NavModes | undefined
Returns
void