When we creating plugin for source file and it is extended then plugin can inject same changes to both classes.
Example:
1.We have extended router.component.js in which we inject new component to render on specific route.

-
Create plugin to insert test route into source component.

-
Check router render array in a result.

When we creating plugin for source file and it is extended then plugin can inject same changes to both classes.
Example:

1.We have extended router.component.js in which we inject new component to render on specific route.
Create plugin to insert test route into source component.

Check router render array in a result.
