One suggestion, there is no need to specify material modules in AppMaterialModule's imports array if you're just using to export. Once can simply list required modules in export array without importing them.
FullStack JavaScript Developer
Google Dev Expert for Angular - https://bit.ly/SiddAjmeraGDE
Angular Instructor on Udemy - https://www.udemy.com/course/angular-all-you-need-to-know/
One suggestion, there is no need to specify material modules in AppMaterialModule's imports array if you're just using to export. Once can simply list required modules in export array without importing them.
Ah! That's a great suggestion. Thank you soo much Bhavik. :)
I've updated the article accordingly.