The DX Container instance from the DX Engine. The default PContainer class gives access to the Pega configuration for this container. If specialized fuctionality is available, then the generic type will be instantiated by a more specialized container (e.g. FlowContainer).
A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.
The PContainerComponent is the basis for each implementation of a DX Container type. This component is instantiated by the angular adapter and the PContainer as coming from the DX Engine is provided under the
container
attribute.