-
# Summary
When using Inputmask with Angular Universal in ServerSideRendering mode, get a "ReferenceError: window is not defined" upon startup.
## Setup
Using the [`ngneat/input-mask`](https:/…
-
My project are consists with Web Api Core and Angular 9. I tried to found how to enable SSR in Web Api project. But i only found information about templates like MVC, Web application etc. Is it …
-
**Angular:**
`6.0.6`
**Firebase:**
`5.0.4`
**AngularFire:**
`5.0.0-rc.10`
**Other (e.g. Ionic/Cordova, Node, browser, operating system):**
`OS: Windows 10`
`Node version: 8.11.2`
**St…
phpet updated
4 years ago
-
I am working on Angular 6 implementing Angular Universal Rendering while in production Angular Universal working on the local machine that I can easily deploy and run. But when I started deploying the…
-
I'm trying to add internationalization to an app made with universal starter, and it's being a really pain in the ar**...
Does anyone know if is there any resource to implement i18n feature to a Se…
-
I downloaded this Angular universal starter.
Installed all dependencies from package.json and tried to launch project. For first I ran 'ng build' command and after that ran next command "npm run bu…
-
My package.json file
```{
"name": "testapp",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng …
-
Hi,
I have developed an angular application and than converted it to angular universal due to SEO point of view.
Now only my home page is working in angular universal and showing code in view source…
-
**Describe the bug**
When using ngx-charts with Angular Universal I'm getting an error while server rendering is happening
```
ERROR TypeError: Cannot read property 'width' of undefined
at Lin…
-
I'm reporting for the first time so if I'm making some mistake let me know.
The thing is that I'm working on an angular app that uses angular universal and firebase as backend. When hosting, i use a…