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

Issue: ngx-view3d Not Working After Installation #75

Open
YagoLopezCameselle opened this issue May 28, 2024 · 0 comments
Open

Issue: ngx-view3d Not Working After Installation #75

YagoLopezCameselle opened this issue May 28, 2024 · 0 comments

Comments

@YagoLopezCameselle
Copy link

Description

I recently installed ngx-view3d in my Angular project, but it doesn't seem to be working correctly. After following the installation instructions, I encountered several errors that prevent the module from functioning as expected.

Steps to check or reproduce

Install ngx-view3d using npm:
sh

npm install @egjs/ngx-view3d
Import NgxView3DModule in app.module.ts:
typescript

import { NgxView3DModule } from '@egjs/ngx-view3d';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    NgxView3DModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }
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

No branches or pull requests

1 participant