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