Hello guys, often while working with angular js you sometimes have requirement of implementing chat functionality where user can press @ and select users from the list , similar to what we do on skype or all big chatting platforms. For that purpose we can use Angular-mentions which is a package in Angular js for skype like @ chat functionality. We will see how to use that in detail.
Tag
Angular js
All blogs tagged with Angular js
2
Articles
20,596
Total Views
Showing 2 of 2 articles
16
Jan
2022
Tag or mention people like WhatsApp & Skype by using @ in Angular
16
Jan
2022
How to Apply css on child components in Angular
Hello guys , while working with Angular js we sometimes gets caught in situtation where we have to apply css on child components.It's not possible by adding css normally in parent compponent due to the scope of component css. So we will learn how to apply css on child components in Angular js.