More than 1 year has passed since last update.
概要
- Angular本体を6系にメジャーバージョンアップした後に発生
-
ng g service XXXXX
とすると、 e2e/
内にサービスが生成されてしまう
対策
-
angular.json
を下記のように書き換えればOK (プロジェクト名がmy-appの場合)
変更前
"my-app-e2e": {
"root": "",
"sourceRoot": "e2e",
変更後
"my-app6-e2e": {
"root": "e2e/",
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin