Base solution for your next web application

Activities of "mirzanas"

hm.. but I don't directly calling the chat-bar component from my custom component, I am using the 'document', I thought you suggest this in your first answer ''You can check the script of chatbar, it has a sample to open chat bar"

showChatPanel(): void { document.body.className += ' m-quick-sidebar--on'; document.getElementById('m_quick_sidebar').className += ' m-quick-sidebar--on'; }

Angular

Now I found how to add friend and open chatbar on click, but still have trouble to open the selected user(new friend) chat on same click, could you help?

What to do in a case when an application is not multi tenant?

thanks for help!

so how currently I could add new font?

Answer

Ok, thanks.

Answer

Hey, i am using angular.

I am formatting number at client side as well i can see in browser network tab what a request contains correct value e.g. price: "99,99", but when BE receives it the value is 9999.00.

As I understood a default model binder do this trick. Do you have any recommendation on how to overcome this issue?

Answer

Sorry, i have wrongly enabled google API, there is no issue.

Thanks for your answer. Any planned date for a next release?

Showing 1 to 10 of 13 entries