diff --git a/tests/app/snippets/list-view/template-selector.component.ts b/tests/app/snippets/list-view/template-selector.component.ts index 525724b8f..e3f21a712 100644 --- a/tests/app/snippets/list-view/template-selector.component.ts +++ b/tests/app/snippets/list-view/template-selector.component.ts @@ -1,3 +1,4 @@ +// >> list-view-template-selector import { Component, Input, Injectable } from "@angular/core"; class DataItem { @@ -44,7 +45,6 @@ export class DataService { selector: "list-test", templateUrl: "./template-selector.component.html" }) -// >> list-view-template-selector export class ListTemplateSelectorTest { public myItems: Array;