GSGaurav Saxenainblog.gauravsaxena.tech路Jan 29, 2022 路 3 min readCreate a Custom Angular Material ThemeAngular Material's theming system lets us customize color and typography styles for components in our Angular applications. Angular Material's theming APIs are built with Sass. Sass is a superset of CSS. It let us define variables etc which later com...00
GSGaurav Saxenainblog.gauravsaxena.tech路Jan 29, 2022 路 7 min readIntegrating Angular Material as a ModuleAngular Material is a UI library component developed by Google in 2014. It is specially designed for Angular developers. It helps to design the application in a structured manner. Its components help to construct attractive, consistent, and functiona...01S
GSGaurav Saxenainblog.gauravsaxena.tech路Jan 29, 2022 路 9 min readAll you need to know about Angular ModulesWhat is an Angular Module? Angular Modules can be seen as the broad features of our application. Like in any application authentication is a major feature, so in Angular, we can make a separate module for that and others like the Payment module, etc....00B
GSGaurav Saxenainblog.gauravsaxena.tech路Jan 29, 2022 路 11 min readWrap it up with Decorators 馃帀No! We're not wrapping up the series. We don't even start it yet properly. Before taking a deep dive into the Angular concepts, we learned in the previous blog. I want to discuss a really important topic first. As you guessed from the title, we're ...00
GSGaurav Saxenainblog.gauravsaxena.tech路Jan 29, 2022 路 4 min readBuilding blocks of Angular (Angular Concepts)Let's discuss the features or concepts by which an Angular application is built. Every application has some important features which we can further break into small functionalities. Let's take a simple example first then we can understand the concept...00