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)
-
0
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 ?
-
0
-
0
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.
-
0
Hi, Ismail
Now it's Ok Thank you!