Hi @ramezani583,
Check this: #4002
Hi @Ice2burn,
Are you getting only users? What about other relations (tenant, product, etc...)?
Hi @drenton,
Could you check this: <a class="postlink" href="https://weblog.west-wind.com/posts/2016/jan/25/fontawesome-fonts-and-mime-types-in-iis-and-other-web-servers">https://weblog.west-wind.com/posts/2016 ... eb-servers</a>
Hi @ManojReddy,
For example you may want to show this properties on a grid. Then you can use it. But as you say, you don't need to use it for create/update/delete.
Actually, I mean translations file is loading as static js file at client side. If you don't refresh the angular app page, they wont load again when you navigate beetweeb pages. So the translation file persists across angular UI open at browser. There is no client caching for this (because file is loading as static js file), but server caching.
You can see server side caching values under Admin/Maintenance
Yes. It is about angular CLI and size of scripts and styles in project. We always try to keep our code in minimum size. But angular cli still have performance issues.
Check this: <a class="postlink" href="https://github.com/angular/angular-cli/issues/6490#issuecomment-309014415">https://github.com/angular/angular-cli/ ... -309014415</a>
And you can get detailed info about compile: <a class="postlink" href="https://github.com/angular/angular-cli/issues/6490#issuecomment-309129085">https://github.com/angular/angular-cli/ ... -309129085</a>
Hi @ManojReddy ,
This is the common issue about angular cli. Angular team say that new version has more performans and we are using latest version of angular cli, but it also gets stucked on 90% :)
Hi @Kythor,
Check this: <a class="postlink" href="https://www.drivereasy.com/knowledge/how-to-fix-err-too-many-redirects-error/">https://www.drivereasy.com/knowledge/ho ... cts-error/</a> And is it possible to share code that is related this error?
Hi @ManojReddy,
we are using github for codereview and we don't have any experience which tool is the best.