Nathan

Results 2 issues of Nathan

### Which @angular/* package(s) are relevant/related to the feature request? platform-server ### Description When loading a route, the browser downloads the HTML file, then the main.js file, and only after...

feature
feature: under consideration
angular/build:application
area: @angular/ssr
area: @angular/build

### Summary When I specify realtimeInterval: 0 in the config, the library ignores it. This behaviour is because of this line: `}, this._ctx.realtimeInterval || 2000);`. Instead of the OR operator...

bug