Skip to content

Commit b25c1b9

Browse files
committed
Update ts-component.generator.ts
1 parent fc779b9 commit b25c1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng-generate/table/generators/ts-component.generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export class TsComponentGenerator {
225225
}
226226
227227
loadCustomTemplate(): TemplateRef<any> | null{
228-
return this.customTemplate? this.customTemplate as TemplateRef<any>: null;
228+
return this.customTemplate ? this.customTemplate as TemplateRef<any> : null;
229229
}
230230
231231
${

0 commit comments

Comments
 (0)