Base solution for your next web application

Activities of "TimMackey"

project files emailed to [email protected]

project files emailed to [email protected]

project files emailed to [email protected]

project files emailed to [email protected]

project files emailed to [email protected]

I'm injecting TopBarComponent and DefaultLayoutComponent into my app page:

    constructor(
        injector: Injector,
        private _hostSettingService: HostSettingsServiceProxy,
        private _activatedRoute: ActivatedRoute,
        private _topBarComponent: TopBarComponent,
        private _defaultLayoutComponent: DefaultLayoutComponent,
    ) {
        super(injector);
        this._topBarComponent.setTtmDashboardComponent(this);
        this._defaultLayoutComponent.setTtmDashboardComponent(this);
    }

DefaultLayoutComponent constructor and ngOnInit are each called once, and the shopping cart is updated as expected. TopBarComponent constructor is called twice and ngOnInit is called one, and the shopping cart is NOT updated. It appears that the injected TopBarComponent is the second instance which has not called ngOnInit.

I will send my app to [email protected] for analysis.

style.bundl.min.css has different contents, depending on the setting in appBaseUrl.

Screenshots sent to [email protected] Subject: Re: appBaseUrl setting alters page format... (#10257)

Deploying ANZ version 8.1.0. The issue does need to get resolved before I can upgrade beyond ANZ version 8.5.0.

Answer

The error reported above has stopped occurring; cause unknown.

Configuring email settings resolved this issue.

Showing 61 to 70 of 285 entries