-
I got this error when tried to run my node server.js
```
/projects/my_project/angular/node_modules/ngx-bootstrap/modal/modal-backdrop.component.js:1
(function (exports, require, module, __filename,…
-
Hello,
I am having an issue trying to get past this stumbling block for Angular SSR. I keep getting a ReferenceError: HTMLElement is not defined. If I remember the import of the Vime module everyt…
-
**Describe the bug**
After upgrading to v0.29.0 SSR stopped working, reverting back to 0.28.28 fixes the problem
Also tried on a clean Angular 13 project and the problem persists.
**Versions**
…
-
What I have is [this official Angular Universal demo](https://github.com/angular/universal-starter/tree/master/cli). The problem is when I add MaterializeModule to app.module.ts I get the following er…
bisak updated
7 years ago
-
ReferenceError: window is not defined
at Object../node_modules/@ckeditor/ckeditor5-build-classic/build/translations/ar.js (D:\project\angular\project\dist\project\server\main.js:129171:2024)
…
-
As the title states Froala 3.2.2 does not work with Angular Universal. The error that i get is
`ERROR Error: Uncaught (in promise): TypeError: Cannot assign to read only property 'querySelector' of …
-
When I'm including CarouselComponent on MainPage of the project, it is just freeze everything. Server is not responding. There is no any warning in Node.js console.
But it works fine, when browser ge…
-
### Issue type
**I'm submitting a ...** (check one with "x")
* [x] bug report
* [ ] feature request
* [ ] question about the decisions made in the repository
### Issue description
*…
-
This Error appears on the console with the Modal **while serving SSR** .
Maybe there's a bug in `ModalBackdropComponent.set [as isShown]`
Isn't ngx-bootstrap modal has support **Server Side Rende…
-
Your project was a great help. I want to integrate angular-universal as well . Is there a way to convert an angular pwa to universal project ?