UNPKG

@web-atoms/core

Version:
21 lines (20 loc) 569 B
System.register(["./AtomControl"], function (_export, _context) { "use strict"; var AtomControl, AtomPage; _export("AtomPage", void 0); return { setters: [function (_AtomControl) { AtomControl = _AtomControl.AtomControl; }], execute: function () { _export("AtomPage", AtomPage = class AtomPage extends AtomControl { preCreate() { this.title = null; this.tag = null; this.bind(this.element, "title", [["viewModel", "title"]]); } }); } }; }); //# sourceMappingURL=AtomPage.js.map