Skip to content

Add components from imported modules #7

Description

@JoseManuelFV

I would love this extension to work with node_modules.
I'm not saying it would work with all the ones you install, as that could be crazy.

However detect the ones you add in the module, most people use the app.module.ts in an application environment. There you put the imports and that way you could catch which components you have to autocomplete.

This way if for example you have angular material and you also have the MatCheckboxModule added. It will autocomplete with its properties

And being controlled by the app.module, there would be no problem to support all other attributes from other libraries than angular material.
Moreover, as it is a standard. Even from one project you could take all the .module.ts files and scan the imports.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions