Angular | Development | MEAN | Practice | Mini Projects
I am creating list for angular mini projects and latest angular features. You can check and fork this branch for know about new features and other related things in Angular
- In this project , we will learn latest features about angular version 17, like new control flow, signals, defer, and more. For more details about Angular v17 features, please check my blog --> Angular v17 Features Blog
- In this project, we will learn about reactive form CRUD operations with all type of validations, also we'll learn, how we can create custom validations in reactive forms
- In this project, we'll learn , how we can create angular library and use it in our local project and reusablity of angular library part. Blog - Code Once, Use Everywhere: The Power of Angular Libraries
- In this project, we'll learn , how we can create angular dynamic forms in multiple way and use it in our local project and reusablity of angular forms part.
- In this project, we'll learn , how we can create angular dynamic accordian without any other web framework like bootstrap and use it in our local project.
- In this project, we'll learn , Server-Side Rendering (SSR), Static Site Generation (SSG), or Client-Side Rendering (CSR). Blog - SSR vs SSG vs CSR in Angular: Understanding Rendering Strategies
- In this project, we'll learn , How we can create custom text editor and use in app. Blog - How to create a Custom Rich Text Editor in Angular (Step-by-Step Guide)
- In this project, we'll learn , How we can fetch data without httpClient and inject any service, it is the simpleast way to get or post data with api.
- In this project, we'll learn , A game changing features comes in v21, right now in experimental phase, we can try only, it may change in future. A new era for forms in angular
- In this project, we'll learn , How we can create and use json dummy server to fetch api on local for Angular project
- In this project, we'll learn , How we can create and use signal forms for Angular project