Opens the files of an Angular component. The files to be opened can be configured.
You can run the Open Angular Component command from the command palette. When you run it, a quick pick dialog will be opened, where you can start typing the name of the component. When you see the component what you want to open, then you can move selection to it with the up and down arrow and select it with the enter. After that, the component will open the files of the component.
Extension Settings
angularComponentOpener.openTs: It should open ts file of the component.
angularComponentOpener.openHtml: It should open html file of the component.
angularComponentOpener.openStyle: It should open stylesheet file of the component. This includes scss and css files.
angularComponentOpener.openSpec: It should open spec file of the component.