this is just for the repo, and not the workspace Co-authored-by: Rares Matei <matei.rar@gmail.com>
10 lines
239 B
TypeScript
10 lines
239 B
TypeScript
// Exported schematics development outside of Nx. e.g. workspace schematics
|
|
export {
|
|
findMainRenderStatement,
|
|
findComponentImportPath,
|
|
findElements,
|
|
findDefaultExport,
|
|
findClosestOpening,
|
|
isTag,
|
|
} from './src/utils/ast-utils';
|