-
Notifications
You must be signed in to change notification settings - Fork 12k
Feature Request: Support Renaming App Folder and Main Entrypoint #1145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would really like this feature too |
Is it coming in #1633? |
I think it'd be cool to rename/move anything actually, with references updated. |
As of 1.2.6 I don't believe this is fixed. |
Same result as @yogeshgadge here |
@ghaschel try CLI 6.x you will have control over folder structure. |
@yogeshgadge I don't see anything in the wiki related to what you are saying here 😢 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
At the moment the cli expects the main entrypoint to be at
src/main.ts
and the AppComponent atsrc/app/index.ts
If one renames/moves them tosrc/js/bootstrap.ts
andsrc/js/app.ts
respectively, production compilation will fail. Normal compilation works fine. It seems thatmain.ts
is hardcoded into the production build somewhere.The text was updated successfully, but these errors were encountered: