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?

Hi, we want using chat in this way: user can write to another user by clicking on his profile name( or any another link), so first qyestion would be how to open chat modal on custom click from any page? and follow question would be, how to start writing to the particular user on this click?

Angular + Core

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

Question

Hello, how to access "Chat Features" as you write here https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Features-Angular-Chat#chat-features

i don't see this "Features" modification panels in my menus.

thanks for help!

so how currently I could add new font?

Hi, I want to add google font to the global styling, from the project perspective looks like import (@import url('https://fonts.googleapis.com/css?family=Felipa')) could be added to the 'angular/src/styles.css', and it's work but only localy, after prod build doesn't, so how proparly should be added google fonts to the asp.net zero and other global style changing, and why after prod build 'styles.css' didn't import the font?

Hello, I am playing around social logins. It is possible to request phone number from Facebook and Google together with "GetUserInfo" call?

Showing 1 to 10 of 29 entries