One of the major changes by the Angular team in the year 2022 was the introduction of the standalone component which came with the release of Angular 14, this means that we can now write angular components, pipes, and directives without the use of @NgModules.
How then do you update your existing code base to use this amazing feature? This talk will explain the standalone component feature, how it benefits your application, and how you can create or update your existing code base to use this new feature.