Skip to content

Commit d3c2c6b

Browse files
committed
feat(demo/docs): update list of delivered vs upcoming features
1 parent c8a1556 commit d3c2c6b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

projects/elements-demo/src/app/features/docs/configuration/configuration.component.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ <h2>Supported features</h2>
6565
✅ Global and granular configuration of <code>isModule</code> flag (script
6666
type module for ECMAScript modules)
6767
</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>
6876
</ul>
6977

7078
<h2>Upcoming pre-configuration features</h2>
@@ -76,8 +84,14 @@ <h2>Upcoming pre-configuration features</h2>
7684

7785
<ul>
7886
<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>
8195
<li class="done">
8296
Global and granular configuration of <code>isModule</code> flag (script
8397
type module for ECMAScript modules)

0 commit comments

Comments
 (0)