1 2 3 4 5 6 7 8
System.register([], function(_export, _context) { return { setters: [], execute: function() { _export('name', _context.id); } }; })