File

src/core/smart-mdi-registry.service.ts

Description

A registry service used for registering/retreiving the application-level SmartMdiComponent.

Example

Index

Properties
Methods

Methods

deregisterMdiComponent
deregisterMdiComponent()

Deregisters the SmartMdiComponent, if any, and publishes a value of null to any subscribers

Returns : void
registerMdiComponent
registerMdiComponent(component: SmartMdiComponent)

Registers the SmartMdiComponent and publishes it to any subscribers

Parameters :
Name Type Optional
component SmartMdiComponent No
Returns : void

Properties

smartMdiComponent
Type : ReplaySubject<SmartMdiComponent>
Default value : new ReplaySubject< SmartMdiComponent >(1)

Used for publishing the SmartMdiComponent instance to any subscribers, when it is set.

result-matching ""

    No results matching ""