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.
2 parents 900f852 + dc6e582 commit 4dc9687Copy full SHA for 4dc9687
libs/schematic/generators/ng-generate/components/table/index.ts
@@ -35,6 +35,7 @@ import {generateTableComponent} from './generators/components/table/index';
35
import {generateDataSource} from './generators/data-source/index';
36
import {TableSchema} from './schema';
37
import {LOG_COLOR} from '../../../utils/constants';
38
+
39
export default function (tableSchema: TableSchema): Rule {
40
return (tree: Tree, context: SchematicContext) => {
41
generateComponent(context, tableSchema, ComponentType.TABLE);
0 commit comments