fix(node): remove the edge from the node package to angular

This commit is contained in:
Victor Savkin 2020-09-14 12:56:21 -04:00
parent ebe49c7917
commit 3e3b4be7e0

View File

@ -3,7 +3,9 @@ import * as stripJsonComments from 'strip-json-comments';
import { createEmptyWorkspace, getFileContent } from '@nrwl/workspace/testing';
import { runSchematic } from '../../utils/testing';
import { NxJson, readJsonInTree } from '@nrwl/workspace';
import { createApp } from '../../../../angular/src/utils/testing';
// to break the dependency
const createApp = require('../../../../angular/' + 'src/utils/testing')
.createApp;
import { Schema } from './schema';