File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
projects/elements-demo/src/app/features/docs/configuration Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,14 @@ <h2>Supported features</h2>
65
65
✅ Global and granular configuration of < code > isModule</ code > flag (script
66
66
type module for ECMAScript modules)
67
67
</ li >
68
+ < li >
69
+ ✅ Global and granular configuration of < code > loadingComponent</ code > (and
70
+ < code > loadingTemplate</ code > )
71
+ </ li >
72
+ < li >
73
+ ✅ Global and granular configuration of < code > errorComponent</ code > (and
74
+ < code > errorTemplate</ code > )
75
+ </ li >
68
76
</ ul >
69
77
70
78
< h2 > Upcoming pre-configuration features</ h2 >
@@ -76,8 +84,14 @@ <h2>Upcoming pre-configuration features</h2>
76
84
77
85
< ul >
78
86
< li > Granular element pre-loading</ li >
79
- < li > Global and granular configuration of < code > loadingTemplate</ code > </ li >
80
- < li > Global and granular configuration of < code > errorTemplate</ code > </ li >
87
+ < li class ="done ">
88
+ Global and granular configuration of < code > loadingComponent</ code > (and
89
+ < code > loadingTemplate</ code > )
90
+ </ li >
91
+ < li class ="done ">
92
+ Global and granular configuration of < code > errorComponent</ code > (and
93
+ < code > errorTemplate</ code > )
94
+ </ li >
81
95
< li class ="done ">
82
96
Global and granular configuration of < code > isModule</ code > flag (script
83
97
type module for ECMAScript modules)
You can’t perform that action at this time.
0 commit comments