-2
Angular 2的新手。創建一個應用程序,組件放置在相關文件夾中,如附圖所示。結構爲:Angular 2組件名稱重複
- app
--components
---users
----create
----edit
---collaborations
----create
----edit
上生成(NG服務)錯誤:錯誤[默認]
...\src\app\app.module.ts:9:9 Duplicate identifier 'CreateComponent'.
它看起來像重命名,或創建不同名稱的組件。還有其他方法可以解決嗎? – Sami
這可能會幫助你,https://github.com/angular/angular/issues/10538 – wuno