File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 # Trust X-FORWARDED-* headers from proxies (default = true)
1818 useProxies : true
1919
20- # Angular Server Side Rendering (SSR) settings
21- ssr :
20+ # Angular Universal / Server Side Rendering (SSR) settings
21+ universal :
2222 # Whether to tell Angular to inline "critical" styles into the server-side rendered HTML.
2323 # Determining which styles are critical is a relatively expensive operation; this option is
2424 # disabled (false) by default to boost server performance at the expense of loading smoothness.
2828 # Whether to enable rendering of Search component on SSR.
2929 # If set to true the component will be included in the HTML returned from the server side rendering.
3030 # If set to false the component will not be included in the HTML returned from the server side rendering.
31- enableSearchComponent : false,
31+ enableSearchComponent : false
3232 # Whether to enable rendering of Browse component on SSR.
3333 # If set to true the component will be included in the HTML returned from the server side rendering.
3434 # If set to false the component will not be included in the HTML returned from the server side rendering.
35- enableBrowseComponent : false,
35+ enableBrowseComponent : false
3636
3737# The REST API server settings
3838# NOTE: these settings define which (publicly available) REST API to use. They are usually
You can’t perform that action at this time.
0 commit comments