* cleanup(angular): refactor library generator to use nx devkit Refactor Library Generator to use Nx Devkit
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
import { convertNxGenerator } from '@nrwl/devkit';
|
|
import library from './library';
|
|
|
|
export const librarySchematic = convertNxGenerator(library);
|