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

Unovis | Angular: Fix Stackblitz #369

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

lee00678
Copy link
Collaborator

@lee00678 lee00678 commented Apr 12, 2024

This is my attempt to fix StackBlitz for Angular (issue).

One issue i've noticed was platform-browser-dynamic was not being imported. I'm not sure if there's a specific reason to use that, if not, based on this article, I think we could just use platform-browser instead. And to simplify things, since angular has standalone component now, I think we could just make this a standalone component and avoid NgModule all together.

These updates are based on a working example from @reb-dev (thanks).

Again, I'm very new to the project, so if I missed something, please let me know.

@lee00678 lee00678 requested a review from reb-dev April 12, 2024 03:05
Copy link
Collaborator

@reb-dev reb-dev left a comment

Choose a reason for hiding this comment

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

It works! Thanks for the quick fix @lee00678

@lee00678 lee00678 merged commit 4550e91 into main Apr 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants