SSR Exclude

BuildGitHub last commitnpm (tag)npm bundle sizeNPM License
Rendered on Server This component is rendered on the server by Angular Universal runtime.. This component is displayed to the users even before Angular runtime is bootstrapped in the browser. The server renders it. This component uses *browserExclude directive.

The above card case study: First, server rendered version of the card component is displayed. And, when Angular runtime gets bootstrapped in the browser, it is replaced with browser rendered version. If you can't perceive it (because this demo is very small against your fast internet), disable the cache and throttle the speed to 2G or Slow 3G using your browser's dev tools.

You can also try performance profiling.