UNPKG

ng2-charts

Version:

Reactive, responsive, beautiful charts for Angular based on Chart.js

8 lines 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noProject = void 0; function noProject(project) { return `Unable to find project '${project}' in the workspace`; } exports.noProject = noProject; //# sourceMappingURL=messages.js.map