Describe the problem that you experienced
The docs don’t clearly explain the difference between standalone: true and standalone: false for components, directives, and pipes.
In several places, standalone is mentioned, but the links often redirect to general component documentation instead of explaining the standalone concept itself. This can be confusing, especially for developers learning modern Angular or migrating from NgModule-based architecture.
Enter the URL of the topic with the problem
More information about standalone components, directives, and pipes can be found in this guide.
The NgOptimizedImage directive is marked as standalone and can be imported directly.
Bootstraps an instance of an Angular application and renders a standalone component as the application's root component. More information about standalone components can be found in this guide.
Describe the problem that you experienced
The docs don’t clearly explain the difference between
standalone: trueandstandalone: falsefor components, directives, and pipes.In several places, standalone is mentioned, but the links often redirect to general component documentation instead of explaining the standalone concept itself. This can be confusing, especially for developers learning modern Angular or migrating from NgModule-based architecture.
Enter the URL of the topic with the problem