Overlay is a very important module that is being widely used in Angular Applications. Very often you would need it to implement open floating panels on the screen. On top of this module were built such Angular Material components like Dialog...
detect the browser and Mobile OS with Angular CDK – Platform module
How often do you need to fix some bug or implement some feature for some specific browser or operating system like iOS / Android? I am quite sure that it happens very often. And also very often developers use different hacks for it or reinvent the...
Top 5 Angular Interview Questions for advanced developers
The interview process is a very important step in our career as a Software Developer and you should be well-prepared no matter how experienced and confident you are. I changed companies several times, had a myriad of interviews, and was also...
How to provide data to ComponentPortal using Dependency injection
Some time ago I published a video where in details showed how to use the Angular CDK Portal module and in which use-cases it might be useful. Almost immediately in the comments I got a question: “How to provide data to the ComponentPortal...