Skip to content

Instantly share code, notes, and snippets.

@chidumennamdi
Created August 22, 2018 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chidumennamdi/5b66306afdb8d3ef6c95b479ac3f3538 to your computer and use it in GitHub Desktop.
Save chidumennamdi/5b66306afdb8d3ef6c95b479ac3f3538 to your computer and use it in GitHub Desktop.
export function View_DOMComponent_0(_l) {
return i1.ɵvid(0, [
(_l()(), i1.ɵted(0, null, [" "])),
(_l()(), i1.ɵeld(1, 0, null, null, 1, "button", [], null,
/** outputs*/
[
[null, "click"]
],
/** handleEvent */
(_v,en,$event)=>{
var _co = _v.component
if("click" == en) {
_co.up()
}
}, null, null)),
(_l()(), i1.ɵted(-1, null, [" Click "])),
], null, (_ck,_v)=>{
var curr = _v.component.count
_ck(_v,0,curr)
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment