11 lines
269 B
TypeScript
11 lines
269 B
TypeScript
/**
|
|
* @category Ng CLI Adapter
|
|
*/
|
|
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
|
|
export {
|
|
wrapAngularDevkitSchematic,
|
|
overrideCollectionResolutionForTesting,
|
|
mockSchematicsForTesting,
|
|
NxScopedHost,
|
|
} from 'nx/src/adapter/ngcli-adapter';
|