Skip to content

Commit 2df8802

Browse files
committed
show the full code snippet - ListView Multiple Item Templates
1 parent 493048f commit 2df8802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/app/snippets/list-view/template-selector.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// >> list-view-template-selector
12
import { Component, Input, Injectable } from "@angular/core";
23

34
class DataItem {
@@ -44,7 +45,6 @@ export class DataService {
4445
selector: "list-test",
4546
templateUrl: "./template-selector.component.html"
4647
})
47-
// >> list-view-template-selector
4848
export class ListTemplateSelectorTest {
4949
public myItems: Array<DataItem>;
5050

0 commit comments

Comments
 (0)