-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Cannot rename Componet. Always getting Error: "The component class file must use the same file naming convention as 'controlarea.component.ts' for this process to run."
But component class file IS already using the same file naming convention.
It doesn't matter what the new name should be. Always getting the same error mesage.
All files are already following the angular style guide:
https://angular.io/guide/styleguide#style-02-01
controlarea.component.ts
controlarea.component.html
controlarea.component.css
and selector: app-controlarea
and class name: ControlareaComponent
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working