Constructs a new AngularComponentInfo with empty default values
The Angular selector name for the component (e.g., 'mj-user-grid')
The TypeScript class name for the component
The name of the Angular module that exports this component, used for proper import statements in the generated module
Represents metadata about an Angular component that is used in the generated code. This includes all the necessary information for importing and using the component in generated Angular modules and templates.