Prefix is ignored when generating components #7553
Labels
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
severity5: regression
type: bug/fix
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.4.0-rc.2
node: 7.4.0
os: darwin x64
@angular/animations: 4.3.6
@angular/common: 4.3.6
@angular/compiler: 4.3.6
@angular/core: 4.3.6
@angular/forms: 4.3.6
@angular/http: 4.3.6
@angular/platform-browser: 4.3.6
@angular/platform-browser-dynamic: 4.3.6
@angular/router: 4.3.6
@angular/cli: 1.4.0-rc.2
@angular/compiler-cli: 4.3.6
@angular/language-service: 4.3.6
typescript: 2.3.4
Repro steps.
ng g new my-app --prefix=my
cd src/app
ng g c test
--> A new component is generated with the selector:
app-test
Desired functionality.
The selector should be called
my-test
Mention any other details that might be useful.
This is my .angular-cli.json
The text was updated successfully, but these errors were encountered: