Yash TiwariforCode & Coffee ☕coursesity.hashnode.net·May 12, 20218 Best Angular IDE in 2021 for Angular DevelopmentAngular is a framework for javascript development that Google developed in 2009. When developing software, code, and testing, developers employ various tools and frameworks. Those tools chosen in the market for some development processes provide hand...Stas and 1 other are discussing this2 people are discussing thisDiscuss·40 likes·453 readsAngular
Dharmen ShahforDharmen Shah's Blogshhdharmen.hashnode.net·Sep 22, 2020Custom Theme for Angular Material Components Series: Part 3 — Apply ThemeThis is the third article of Custom Theme for Angular Material Components Series. In the first and second, we understood how Angular Material’s and its components' themes work. Apply Theme to Angular Material and its different Components. Summary Thi...Discuss·33 likes·606 readsCustom Theme for Angular Material ComponentsAngular
WhysorushforWhysorush's Blogwhysorush.hashnode.net·May 31, 2021EventEmitter in AngularAs we know Angular is based on one way/directional data flow and does not have two way data binding. so you might think how do you get a component to emit an event to another component. EventEmitter is an Angular abstraction, and is used often, only ...Discuss·33 likes·1.1K readsevents
Deepak Rudra Paulfordeepakrudrapaul.hashnode.net·Apr 22, 20236 Essential Security Tips for Angular Applications in 2023Angular is a popular choice for building web applications, thanks to its powerful features. But, like any web application, security is a top priority. In this easy-to-follow guide, we'll explore the 6 must-know security practices for Angular applicat...DiscussAngular
Saket Khopkarforsaketsk.hashnode.net·Feb 17, 2023Day 8 : Angular - RoutingEver noticed any website's URL bar with path names? For example, when you are on the login page, ".../login" appears at the end. When you view the profile, ".../profile" appears. The word at the end is known as the specified route, which will tell us...DiscussAngularAngular
Saket Khopkarforsaketsk.hashnode.net·Feb 16, 2023Day 7 : Angular - Input and Output DecoratorsThe use of Input and Output Decorators is usually handy when sending data between two components when they have a parent-child relationship. Interaction between components is highly possible when they are related like this. To establish a parent-chil...DiscussAngularAngular
Saket Khopkarforsaketsk.hashnode.net·Feb 16, 2023Day 6 : Angular - All about Pipes"Pipes are simple functions to use in template expressions to accept an input value and return a transformed value. Pipes are useful because you can use them throughout your application, while only declaring each pipe once." To create a pipe, we will...DiscussAngularAngular
Saket Khopkarforsaketsk.hashnode.net·Feb 16, 2023Day 5 : Angular - Attribute DirectivesIn the previous article, we have seen Structural Directives (ngIf, ngFor, ngSwitchCase). In this article, we will learn more about Attribute Directives. We will be covering the following Attribute Directives: ngStyle ngClass ngModel -> Used when t...Discuss·1 likeAngularAngular
Saket Khopkarforsaketsk.hashnode.net·Feb 16, 2023Day 4 : Angular - Structural DirectivesIn Angular, the basic use of directives is to change the DOM layout, appearance or behavior. There are 3 structural directives: ngFor ngIf ngSwitchCase We will be seeing each of these directives with an example. For starters, you may create a se...DiscussAngularAngular
Saket Khopkarforsaketsk.hashnode.net·Feb 13, 2023Day 3 : Angular - Data Binding ConceptsIntroduction Today we will try to understand the different concepts used under data binding in Angular. Data Binding is a concept to pass our data (in other words binding our data) between the template (HTML file) and the class (TS file). As seen in...DiscussAngularAngular
Saket Khopkarforsaketsk.hashnode.net·Feb 12, 2023Day 2 : Angular - Running your first Angular ApplicationPrerequisites As far as web development is concerned from the point of learning MEAN and MERN stack, Angular is the first step we are currently looking into learning. MEAN stands for (MongoDB - ExpressJS - Angular - NodeJS) whereas MERN abbreviation ...DiscussAngularAngular
Saket Khopkarforsaketsk.hashnode.net·Feb 11, 2023Day 1 : Angular - Into the backgroundWhy do we use Angular? Angular is a framework that we usually use for creating SPA (Single Page Applications). The application rewrites the whole content on the page which comes from the web server instead of reloading the entire web page. Example:-...DiscussAngularAngular
Syed HussainiforAmazing Angularsyedhussaini96.hashnode.net·Feb 6, 2023Why Angular should be given a chance?With online presence being a must, businesses are looking for technologies to build scalable, high-performance, and user-friendly websites and web apps. And Angular framework is one such technology. Initially, Angular was called AngularJS and written...DiscussAngular