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

[BUG]: astro-angular integration broke Astro <script> tag #95

Closed
1 of 2 tasks
alfredogonzalezmartinez opened this issue Sep 30, 2022 · 2 comments
Closed
1 of 2 tasks
Labels
bug Something isn't working

Comments

@alfredogonzalezmartinez

Please provide the environment you discovered this bug in.

Error reproduction

Which area/package is the issue in?

astro-angular

Description

Script tag doesn't work in astro components when I add @analogjs/astro-angular to my Astro project.

Script tag works when I add is:inline directive or an atribute. But, it is a problem when I´m using TypeScript inside or I need to import a external script, because is necessary that Astro bundle it and that is not working with astro-angular integration.

Astro docs - Client-Side Scripts

Please provide the exception or error you saw

No response

Other information

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No
@brandonroberts
Copy link
Member

Fixed with #98

@brandonroberts
Copy link
Member

This fix has been released with @analogjs/astro-angular version 0.1.0-beta.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants