10 lines
201 B
TypeScript
10 lines
201 B
TypeScript
/**
|
|
* @category Ng CLI Adapter
|
|
*/
|
|
export {
|
|
wrapAngularDevkitSchematic,
|
|
overrideCollectionResolutionForTesting,
|
|
mockSchematicsForTesting,
|
|
NxScopedHost,
|
|
} from 'nx/src/commands/ngcli-adapter';
|