nx/packages/angular/src/generators/library/library.compat.ts

8 lines
246 B
TypeScript

import { convertNxGenerator } from '@nx/devkit';
import { warnForSchematicUsage } from '../utils/warn-for-schematic-usage';
import library from './library';
export const librarySchematic = warnForSchematicUsage(
convertNxGenerator(library)
);