Skip to content
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

convert app component to standalone. #24398

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Conversation

mshima
Copy link
Member

@mshima mshima commented Nov 29, 2023

  • convert main layout component to standalone
  • convert app component to standalone.
  • replace routing modules to routes.

Related to #24092


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

Copy link
Contributor

@mraible mraible left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree we should do this for Angular 17, mostly because the default is true for standalone when creating a new Angular project with the CLI.

ng new --help

... 
--standalone    Creates an application based upon the standalone API, without NgModules.   [boolean] [default: true]

@DanielFran DanielFran merged commit efd861c into jhipster:main Nov 29, 2023
48 checks passed
@github-actions github-actions bot deleted the standalone branch November 29, 2023 18:25
@mshima mshima mentioned this pull request Nov 30, 2023
6 tasks
@deepu105 deepu105 added this to the 8.1.0 milestone Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants