Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
914 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 ...).
|
---|
4 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
5 | exports.ViewEncapsulation = exports.Style = void 0;
|
---|
6 | /**
|
---|
7 | * The file extension or preprocessor to use for style files.
|
---|
8 | */
|
---|
9 | var Style;
|
---|
10 | (function (Style) {
|
---|
11 | Style["Css"] = "css";
|
---|
12 | Style["Less"] = "less";
|
---|
13 | Style["Sass"] = "sass";
|
---|
14 | Style["Scss"] = "scss";
|
---|
15 | })(Style = exports.Style || (exports.Style = {}));
|
---|
16 | /**
|
---|
17 | * The view encapsulation strategy to use in the new application.
|
---|
18 | */
|
---|
19 | var ViewEncapsulation;
|
---|
20 | (function (ViewEncapsulation) {
|
---|
21 | ViewEncapsulation["Emulated"] = "Emulated";
|
---|
22 | ViewEncapsulation["None"] = "None";
|
---|
23 | ViewEncapsulation["ShadowDom"] = "ShadowDom";
|
---|
24 | })(ViewEncapsulation = exports.ViewEncapsulation || (exports.ViewEncapsulation = {}));
|
---|
Note:
See
TracBrowser
for help on using the repository browser.