1 | "use strict";
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | const find_module_1 = require("@schematics/angular/utility/find-module");
|
4 |
|
5 |
|
6 |
|
7 | function findModuleFromOptions(host, options) {
|
8 | return find_module_1.findModuleFromOptions(host, options);
|
9 | }
|
10 | exports.findModuleFromOptions = findModuleFromOptions;
|
11 |
|
12 |
|
13 |
|
14 | function findModule(host, generateDir, moduleExt = exports.MODULE_EXT, routingModuleExt = exports.ROUTING_MODULE_EXT) {
|
15 | return find_module_1.findModule(host, generateDir, moduleExt, routingModuleExt);
|
16 | }
|
17 | exports.findModule = findModule;
|
18 |
|
19 |
|
20 |
|
21 | function buildRelativePath(from, to) {
|
22 | return find_module_1.buildRelativePath(from, to);
|
23 | }
|
24 | exports.buildRelativePath = buildRelativePath;
|
25 | exports.MODULE_EXT = find_module_1.MODULE_EXT;
|
26 | exports.ROUTING_MODULE_EXT = find_module_1.ROUTING_MODULE_EXT;
|
27 |
|
\ | No newline at end of file |