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 fc779b9 commit b25c1b9Copy full SHA for b25c1b9
src/ng-generate/table/generators/ts-component.generator.ts
@@ -225,7 +225,7 @@ export class TsComponentGenerator {
225
}
226
227
loadCustomTemplate(): TemplateRef<any> | null{
228
- return this.customTemplate? this.customTemplate as TemplateRef<any>: null;
+ return this.customTemplate ? this.customTemplate as TemplateRef<any> : null;
229
230
231
${
0 commit comments