We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d576f commit 12f09baCopy full SHA for 12f09ba
projects/elements-demo/src/app/features/examples/dynamic/dynamic.component.html
@@ -123,8 +123,16 @@ <h2 id="multiple-different-dynamic-elements">
123
<div class="implementation" *ngIf="example3">
124
<div class="actions">
125
<ng-container *ngFor="let c of dynamicConfigs">
126
+ <ng-template #loading
127
+ >Loading <{{ c.tag }}>... </ng-template
128
+ >
129
<ax-lazy-element
- *axLazyElementDynamic="c.tag; url: c.url; module: c.isModule"
130
+ *axLazyElementDynamic="
131
+ c.tag;
132
+ url: c.url;
133
+ module: c.isModule;
134
+ loadingTemplate: loading
135
+ "
136
(click)="performAction(c.actionName)"
137
raised
138
>
0 commit comments