File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020# Angular Server Side Rendering (SSR) settings
2121ssr :
22- # Enable request performance profiling data collection and printing the results in the server console.
23- # Defaults to false. Enabling in production is NOT recommended
24- enablePerformanceProfiler : false
2522 # Whether to tell Angular to inline "critical" styles into the server-side rendered HTML.
2623 # Determining which styles are critical is a relatively expensive operation; this option is
2724 # disabled (false) by default to boost server performance at the expense of loading smoothness.
4845 # REST resources with the internal URL configured. By default, these internal URLs are replaced with public URLs.
4946 # Disable this setting to avoid URL replacement during SSR. In this the state is not transferred to avoid security issues.
5047 replaceRestUrl : true
48+ # Enable request performance profiling data collection and printing the results in the server console.
49+ # Defaults to false. Enabling in production is NOT recommended
50+ # enablePerformanceProfiler: false
5151
5252# The REST API server settings
5353# 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