mdbootstrap / mdb-angular-ui-kit

Angular 18 & Bootstrap 5 & Material Design UI KIT
https://mdbootstrap.com/docs/angular/
Other
1.12k stars 282 forks source link

MDB not supported in angular universal (SSR) #103

Closed xxyyzz2050 closed 5 years ago

xxyyzz2050 commented 5 years ago

ReferenceError: window is not defined

idzark commented 5 years ago

Please use our Angular Universal guide and let us know if you encounter any further problems.

https://mdbootstrap.com/docs/angular/getting-started/angular-universal/

xxyyzz2050 commented 5 years ago

@idzark I'm already using Angular universal and tested it, it works very well. but the problem comes when I add MDBBootstrapModule.forRoot() to imports in src/app/app.module.ts

it causes ReferenceError: window is not defined

idzark commented 5 years ago

Did you follow our Angular Universal guide? It's hard to tell where exactly is the problem without seeing more code.