Base solution for your next web application
Open Closed

ASP.NET Core & Angular 2+ #2232


User avatar
0
jumpball created

Hi, After installation project 'ASP.NET Core & Angular 2+' as described in GETTING STARTED document it started without problem

But modal windows for changing language texts do not open - no ability to change texts Also I can not see General tab on setting page to set timezone (as host admin and as tenant admin)

What's wrong?


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    In order to see General tab and timezone settings, your host project must configure Clock.Provider as UtcClockProvider. It is LocalClockProvider by default.

    Do you have any console error about not opening text change dialog ? Can you open any other modal dialogs in the project ?

  • User Avatar
    0
    jumpball created

    I can open other modals without problem

    Concole error: EXCEPTION: Uncaught (in promise): Error: Error in ./LanguageTextsComponent class LanguageTextsComponent - inline template:24:32 caused by: Unexpected token : SyntaxError: Unexpected token :

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Thank you for reporting this issue. I have created an issue and fixed it here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-angular/issues/8">https://github.com/aspnetzero/aspnet-ze ... r/issues/8</a>.

    You can appy the same change to your project, it is a small change. İt will be in the next release as well.

  • User Avatar
    0
    jumpball created

    Hi, Ismail

    Now it's Ok Thank you!