-
### Describe the feature request?
Does this angular library support server side rendering using angular universal?
### New or Affected Resource(s)
Does this angular library support server side rend…
-
Describe a bug.
An error occurs when the crawling bot go to a page that contains an editorjs.(It's all right if user access it through a browser)
Error details:
> ERROR Error: Uncaught (in promis…
-
when running `yarn add angular-universal-express-firebase`:
```bash
warning "angular-universal-express@0.0.3" has unmet peer dependency "@angular/animations@^4.2.4".
warning "angular-universal-expr…
-
hi
when run project in ssr
with command : npm run dev:ssr
get same error:
```
return new DeviceUUID(navigator.userAgent);
^
ReferenceError: navigator is not defined
…
-
More of question than an issue,
Just wondering if angular high-charts supports SSR?
When I try and run in SSR mode, I get the following error when trying to browse to a url:
TypeError: Cannot r…
-
## I'm submitting a...
[x] Bug report
[] Feature request
[ ] Documentation issue or request
## In package
[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[x] @ng-toolkit/universal
…
Gheti updated
4 years ago
-
I turned my application to angular universal. It's great but I have a problem with developing mode. I need to see my editing result real-time. I need to restart my app on each atrl+s (save) like `buil…
ghost updated
5 years ago
-
Hi,
I've tested the code on the official website https://angular.io/guide/universal but the part of handling backend API does not work at all.
In fact, all requests to API paths fails (404 even wh…
-
I've tried wrapping the code in ngIf="isBrowser" but the only thing that is working is when I delete the import of the YagaModule in NgModule :(
Any ideas how I can make the package works with Angula…
-
Hello, currently I'm using NgForage 3.3.0 (https://github.com/Alorel/ngforage) and LocalForage 1.7.1 with Angular 6.0.1 and Angular Universal, and sometimes when I'm navigating throught pages I'm gett…