-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchunk-3FMQLJ57.js
More file actions
50 lines (48 loc) · 1.98 KB
/
chunk-3FMQLJ57.js
File metadata and controls
50 lines (48 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
import {
Component,
__name,
__publicField,
input,
setClassMetadata,
ɵsetClassDebugInfo,
ɵɵadvance,
ɵɵdefineComponent,
ɵɵdomElementEnd,
ɵɵdomElementStart,
ɵɵtext,
ɵɵtextInterpolate
} from "./chunk-2CX5BJWG.js";
// src/content/examples/built-in-directives/src/app/item-detail/item-detail.component.ts
var _ItemDetailComponent = class _ItemDetailComponent {
item = input(...ngDevMode ? [void 0, { debugName: "item" }] : []);
};
__name(_ItemDetailComponent, "ItemDetailComponent");
__publicField(_ItemDetailComponent, "\u0275fac", /* @__PURE__ */ __name(function ItemDetailComponent_Factory(__ngFactoryType__) {
return new (__ngFactoryType__ || _ItemDetailComponent)();
}, "ItemDetailComponent_Factory"));
__publicField(_ItemDetailComponent, "\u0275cmp", /* @__PURE__ */ \u0275\u0275defineComponent({ type: _ItemDetailComponent, selectors: [["app-item-detail"]], inputs: { item: [1, "item"] }, decls: 3, vars: 1, template: /* @__PURE__ */ __name(function ItemDetailComponent_Template(rf, ctx) {
if (rf & 1) {
\u0275\u0275domElementStart(0, "div")(1, "span");
\u0275\u0275text(2);
\u0275\u0275domElementEnd()();
}
if (rf & 2) {
let tmp_0_0;
\u0275\u0275advance(2);
\u0275\u0275textInterpolate((tmp_0_0 = ctx.item()) == null ? null : tmp_0_0.name);
}
}, "ItemDetailComponent_Template"), encapsulation: 2 }));
var ItemDetailComponent = _ItemDetailComponent;
(() => {
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ItemDetailComponent, [{
type: Component,
args: [{ selector: "app-item-detail", template: "<div>\n <span>{{ item()?.name }}</span>\n</div>\n" }]
}], null, null);
})();
(() => {
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(ItemDetailComponent, { className: "ItemDetailComponent", filePath: "src/content/examples/built-in-directives/src/app/item-detail/item-detail.component.ts", lineNumber: 10 });
})();
export {
ItemDetailComponent
};
//# sourceMappingURL=chunk-3FMQLJ57.js.map