source: trip-planner-front/node_modules/@angular-devkit/build-angular/src/karma/schema.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 691 bytes
Line 
1"use strict";
2// THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
3// CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
4Object.defineProperty(exports, "__esModule", { value: true });
5exports.InlineStyleLanguage = void 0;
6/**
7 * The stylesheet language to use for the application's inline component styles.
8 */
9var InlineStyleLanguage;
10(function (InlineStyleLanguage) {
11 InlineStyleLanguage["Css"] = "css";
12 InlineStyleLanguage["Less"] = "less";
13 InlineStyleLanguage["Sass"] = "sass";
14 InlineStyleLanguage["Scss"] = "scss";
15})(InlineStyleLanguage = exports.InlineStyleLanguage || (exports.InlineStyleLanguage = {}));
Note: See TracBrowser for help on using the repository browser.