-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Document is not defined #112
Comments
🚀 Here's the PR! #113💎 Sweep Pro: You have unlimited Sweep issues
Actions
Step 1: 🔎 Searching(Click to expand) Here are the code search results. I'm now analyzing these search results to write the PR.
angular/components/particles/angular.json Lines 1 to 42 in 86bf0b3
angular/components/particles/tsconfig.json Lines 1 to 37 in 86bf0b3
Step 2: ⌨️ CodingI'm going to follow the following steps to help you solve the GitHub issue:
Here are the changes we decided to make. I'm done making edits and now I'm just validating the changes using a linter to catch any mistakes like syntax errors or undefined variables:
|
Details
Details
Description:
I'm encountering an error with particle rendering in an Angular 18 environment. Despite having the error, the particles are rendering, but it would be nicer not having that error
Error:
Steps to Reproduce:
Set up an Angular 18 project environment.
Integrate particle rendering functionality.
Environment:
Angular CLI: 18.0.2
Node: 18.19.33
TS 5.4.5
OS: macOS x64
Angular: 17.3.0
... animations, cdk, common, compiler, compiler-cli, core, forms
... material, platform-browser, platform-browser-dynamic, router
Package Version
@angular-devkit/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
@angular/[email protected]
Particle rendering library/version: @tsparticles/angular
Additional Information:
These are the libraries and versions used:
@tsparticles/[email protected]
@tsparticles/[email protected]
@tsparticles/[email protected]
My component:
The HTML is just
Thanks in advance to anyone willing to help!
The text was updated successfully, but these errors were encountered: