Last change
on this file since 84d0fbb was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6a3a178] | 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 ...).
|
---|
| 4 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
| 5 | exports.ViewEncapsulation = exports.Style = exports.PackageManager = void 0;
|
---|
| 6 | /**
|
---|
| 7 | * The package manager used to install dependencies.
|
---|
| 8 | */
|
---|
| 9 | var PackageManager;
|
---|
| 10 | (function (PackageManager) {
|
---|
| 11 | PackageManager["Cnpm"] = "cnpm";
|
---|
| 12 | PackageManager["Npm"] = "npm";
|
---|
| 13 | PackageManager["Pnpm"] = "pnpm";
|
---|
| 14 | PackageManager["Yarn"] = "yarn";
|
---|
| 15 | })(PackageManager = exports.PackageManager || (exports.PackageManager = {}));
|
---|
| 16 | /**
|
---|
| 17 | * The file extension or preprocessor to use for style files.
|
---|
| 18 | */
|
---|
| 19 | var Style;
|
---|
| 20 | (function (Style) {
|
---|
| 21 | Style["Css"] = "css";
|
---|
| 22 | Style["Less"] = "less";
|
---|
| 23 | Style["Sass"] = "sass";
|
---|
| 24 | Style["Scss"] = "scss";
|
---|
| 25 | })(Style = exports.Style || (exports.Style = {}));
|
---|
| 26 | /**
|
---|
| 27 | * The view encapsulation strategy to use in the initial project.
|
---|
| 28 | */
|
---|
| 29 | var ViewEncapsulation;
|
---|
| 30 | (function (ViewEncapsulation) {
|
---|
| 31 | ViewEncapsulation["Emulated"] = "Emulated";
|
---|
| 32 | ViewEncapsulation["None"] = "None";
|
---|
| 33 | ViewEncapsulation["ShadowDom"] = "ShadowDom";
|
---|
| 34 | })(ViewEncapsulation = exports.ViewEncapsulation || (exports.ViewEncapsulation = {}));
|
---|
Note:
See
TracBrowser
for help on using the repository browser.