Inside the Components
Every Component has to be written in three languages.
HTML - Hypertext Markup Language (HTML) is the standard markup
language for documents designed to be displayed in a web browser.
Scss - Scss stands for Sassy Cascading Style Sheets and it’s an
extension of CSS which adds nested rules Variables, mixin, selector,
inheritance and a lot more features.
TS - TypeScript is an open-source programming language
developed and maintained by Microsoft.