1 // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
2 import {SchematicsProvider} from "./schematicsProvider";
4 let schematicsUtils = require('@angular/cli/utilities/schematics');
6 const schematicsProvider: SchematicsProvider = {
7 getCollection: schematicsUtils.getCollection,
8 getEngineHost: schematicsUtils.getEngineHost,
9 getSchematic: schematicsUtils.getSchematic
12 export = schematicsProvider;