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 0da47aa commit 287e218Copy full SHA for 287e218
templates/component.tst
@@ -1,4 +1,3 @@
1
-<#? it.isEditor #>/* tslint:disable:directive-selector */<#?#>
2
<# var collectionProperties = it.properties.filter(item => item.isCollection).map(item => item.name); #>
3
<# var collectionNestedComponents = it.nestedComponents.filter(item => item.isCollection && item.root); #>
4
<# var baseClass = it.isExtension ? 'DxComponentExtension' : 'DxComponent'; #>
0 commit comments