UNPKG

sk-soil-input-form

Version:

Add a soil input form to Angular2 projects.

12 lines 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SlopeLength; (function (SlopeLength) { SlopeLength[SlopeLength["0-25"] = 0] = "0-25"; SlopeLength[SlopeLength["25-50"] = 1] = "25-50"; SlopeLength[SlopeLength["50-100"] = 2] = "50-100"; SlopeLength[SlopeLength["100-500"] = 3] = "100-500"; SlopeLength[SlopeLength["500-1000"] = 4] = "500-1000"; SlopeLength[SlopeLength["> 1000"] = 5] = "> 1000"; })(SlopeLength = exports.SlopeLength || (exports.SlopeLength = {})); //# sourceMappingURL=slope-length.enum.js.map