Skip to content

Commit 9c10643

Browse files
avoided repetition
1 parent 50b557f commit 9c10643

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

packages/components-angular/projects/consumer-app/src/app/app.component.html

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -204,27 +204,27 @@ <h1>Hurray, it works!</h1>
204204
<h3>Title 1</h3>
205205

206206
<post-list-item>
207-
<a href="#test">Text link 1</a>
207+
<a href="#test">Link 1</a>
208208
</post-list-item>
209209

210210
<post-list-item>
211-
<a href="#test">Text link 2</a>
211+
<a href="#test">Link 2</a>
212212
</post-list-item>
213213

214214
<post-list-item>
215-
<a href="#test">Text link 3</a>
215+
<a href="#test">Link 3</a>
216216
</post-list-item>
217217

218218
<post-list-item>
219-
<a href="#test">Text link 4</a>
219+
<a href="#test">Link 4</a>
220220
</post-list-item>
221221

222222
<post-list-item>
223-
<a href="#test">Text link 5</a>
223+
<a href="#test">Link 5</a>
224224
</post-list-item>
225225

226226
<post-list-item>
227-
<a href="#test">Text link 6</a>
227+
<a href="#test">Link 6</a>
228228
</post-list-item>
229229
</post-list>
230230

@@ -233,35 +233,35 @@ <h3>Title 1</h3>
233233
<h3>Title 2</h3>
234234

235235
<post-list-item>
236-
<a href="#test">Text link 1</a>
236+
<a href="#test">Link 1</a>
237237
</post-list-item>
238238

239239
<post-list-item>
240-
<a href="#test">Text link 2</a>
240+
<a href="#test">Link 2</a>
241241
</post-list-item>
242242

243243
<post-list-item>
244-
<a href="#test">Text link 3</a>
244+
<a href="#test">Link 3</a>
245245
</post-list-item>
246246

247247
<post-list-item>
248-
<a href="#test">Text link 4</a>
248+
<a href="#test">Link 4</a>
249249
</post-list-item>
250250

251251
<post-list-item>
252-
<a href="#test">Text link 5</a>
252+
<a href="#test">Link 5</a>
253253
</post-list-item>
254254

255255
<post-list-item>
256-
<a href="#test">Text link 6</a>
256+
<a href="#test">Link 6</a>
257257
</post-list-item>
258258

259259
<post-list-item>
260-
<a href="#test">Text link 7</a>
260+
<a href="#test">Link 7</a>
261261
</post-list-item>
262262

263263
<post-list-item>
264-
<a href="#test">Text link 8</a>
264+
<a href="#test">Link 8</a>
265265
</post-list-item>
266266
</post-list>
267267

@@ -270,35 +270,35 @@ <h3>Title 2</h3>
270270
<h3>Title 3</h3>
271271

272272
<post-list-item>
273-
<a href="#test">Text link 1</a>
273+
<a href="#test">Link 1</a>
274274
</post-list-item>
275275

276276
<post-list-item>
277-
<a href="#test">Text link 2</a>
277+
<a href="#test">Link 2</a>
278278
</post-list-item>
279279

280280
<post-list-item>
281-
<a href="#test">Text link 3</a>
281+
<a href="#test">Link 3</a>
282282
</post-list-item>
283283

284284
<post-list-item>
285-
<a href="#test">Text link 4</a>
285+
<a href="#test">Link 4</a>
286286
</post-list-item>
287287

288288
<post-list-item>
289-
<a href="#test">Text link 5</a>
289+
<a href="#test">Link 5</a>
290290
</post-list-item>
291291

292292
<post-list-item>
293-
<a href="#test">Text link 6</a>
293+
<a href="#test">Link 6</a>
294294
</post-list-item>
295295

296296
<post-list-item>
297-
<a href="#test">Text link 7</a>
297+
<a href="#test">Link 7</a>
298298
</post-list-item>
299299

300300
<post-list-item>
301-
<a href="#test">Text link 8</a>
301+
<a href="#test">Link 8</a>
302302
</post-list-item>
303303
</post-list>
304304

@@ -307,23 +307,23 @@ <h3>Title 3</h3>
307307
<h3>Title 4</h3>
308308

309309
<post-list-item>
310-
<a href="#test">Text link 1</a>
310+
<a href="#test">Link 1</a>
311311
</post-list-item>
312312

313313
<post-list-item>
314-
<a href="#test">Text link 2</a>
314+
<a href="#test">Link 2</a>
315315
</post-list-item>
316316

317317
<post-list-item>
318-
<a href="#test">Text link 3</a>
318+
<a href="#test">Link 3</a>
319319
</post-list-item>
320320

321321
<post-list-item>
322-
<a href="#test">Text link 4</a>
322+
<a href="#test">Link 4</a>
323323
</post-list-item>
324324

325325
<post-list-item>
326-
<a href="#test">Text link 5</a>
326+
<a href="#test">Link 5</a>
327327
</post-list-item>
328328
</post-list>
329329

0 commit comments

Comments
 (0)