-
I have cloned from the angular 5 branch and have implemented the same in my project using cli. I have copy pasted everything that the starter does and have done
`npm run build:dynamic && npm run se…
-
### Bug Report or Feature Request (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
```
It always shows in angular universal. In the browse…
-
**What Version of the library are you using?** 17.0.0
**Angular version:** 17.1.2
`
provideRouter(
routesAuth,withPreloading(PreloadAllModules),
withInMemoryScrolling({ scrollPositionRestora…
-
Thanks for this repo ! As I don't want to use TS it will help me a lot ^^
Does it work with server rendering with angular-universal ? That would be awesome :)
Also is there any limitation to use this …
-
My project in angular universal has error:
![image](https://user-images.githubusercontent.com/35356592/35840319-6ebb1c6c-0b30-11e8-8410-2ff635e0484a.png)
My development environment:
```
no…
-
Hello,
Are there any plans to support Angular Universal SSR? That is, checking `isPlatformBrowser()` before attempting to reference the `window` object? Thanks!
-
How can I fully support SSR with Angular Universal? With SSR I can see all my carousel objects in one column one under another.
![image](https://user-images.githubusercontent.com/6026074/82316952-e…
-
When running in Universal Mode, google is not defined there should be a wrapper around the google lib access to check for platformIsBrowser.
```
ERROR ReferenceError: google is not defined
a…
-
Server side Angular allows to render on server. If angular `ServerAppModule` and GraphQL server are running in same process, it could be possible to shortcut GraphQL calls without additional HTTP roun…
-
If TypeScript class has Angular dedocators like: @Input(), @Output() and @ViewChild() u-ctags won't index its methods. If in below example those three decorators are removed, u-tags produces correc…
nkahe updated
2 weeks ago