Top "Angular-universal" questions

Angular Universal is a server-side rendering module for Angular applications.

Update to Angular v6 - Module not found: Error: Can't resolve 'fs'

I'm trying to migrate my Angular Universal project from Angular v5 to v6 I've got a service where I use …

angular webpack angular-universal angular6
Implementing a plugin architecture / plugin system / pluggable framework in Angular 2, 4, 5, 6

Update 5/24/2018: We are now +3 versions of Angular from my original post and still don't have a final workable solution. Lars …

angular plugins angular-cli angular-universal
How do I import svg from file to a component in angular 5?

All tutorials with adding svg to a component in AngularCli that I found recommend to insert it in html template, …

html angular svg import angular-universal
DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), ... methods instead

I have an angular project and recently I have added angular-universal to it using the following command: ng add @nguniversal/…

angular angular-universal
Angular isPlatformBrowser checking against PLATFORM_ID doesn't prevent server-side pre rendering

I am trying to compile Angular 4 + ASP.NET Universal application created based on sample project here, using this hints https://…

angular angular-universal
window is not defined angular universal third library

I am working with the library ng2-mqtt and I used it im my component like this: import 'ng2-mqtt/…

javascript angular typescript angular-universal
getting 'nativeElement.querySelector is not a function' exception in Angular2

I'm trying to access a div in Angular2 like below: import { Component, ViewChild, ElementRef, AfterContentInit } from '@angular/core'; @Component({ …

angular angular-universal viewchild
How to get full base URL (including server, port and protocol) in Angular Universal?

I need to get the full base URL (e.g. http://localhost:5000 or https://productionserver.com) of my Angular 2 app …

angular angular-universal
Angular 7 : How can i get the complete URL of the current page

How can I get the complete current URL in angular 7 without using window.location.href? For example, let's say my …

javascript angular angular7 angular-universal
Function calls are not supported in decorators while ng build --prod (AOT)

Type of Issue: Bug / Question Description I'm using ng-packagr lib to compile my library to js. I've compiled everything without …

angular typescript angular2-aot angular-universal ng-packagr