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

Remove app.module.ts seems working ng serve in local #333

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

moudgalya1223
Copy link

@moudgalya1223 moudgalya1223 commented Oct 8, 2024

Fixes #265

@SchoolGuy SchoolGuy added this to the V0.0.1 milestone Oct 8, 2024
@SchoolGuy SchoolGuy self-requested a review October 8, 2024 13:33
Copy link
Member

@SchoolGuy SchoolGuy left a comment

Choose a reason for hiding this comment

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

Just one small thing that I sadly need to request. Thanks a lot for doing this change. If you desire more Hacktoberfest contributions, I am more then happy to review more PRs from you. ;)

@@ -103,7 +103,7 @@ describe('CobblerApiService', () => {
systems: '',
buildisodir: '',
distro: '',
standalone: false,
standalone: true,
Copy link
Member

Choose a reason for hiding this comment

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

I know this is picky but please drop this change. It has nothing to do with the Angular standalone notation and is a domain-specific term.

In this scenario standalone means that the ISO that is produced will boot offline or if it requires a network connection to boot the installer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pull Requests
Development

Successfully merging this pull request may close these issues.

Remove app.module.ts
2 participants