ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
20 lines • 640 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
const core_1 = require("@angular-devkit/core");
function parseName(path, name) {
const nameWithoutPath = core_1.basename(name);
const namePath = core_1.dirname((path + '/' + name));
return {
name: nameWithoutPath,
path: core_1.normalize('/' + namePath),
};
}
exports.parseName = parseName;
//# sourceMappingURL=parse-name.js.map
;