Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Created July 8, 2019 05:27
Show Gist options
  • Save alexzuza/c44177a868a87cc2caf734fcb0acf9a8 to your computer and use it in GitHub Desktop.
Save alexzuza/c44177a868a87cc2caf734fcb0acf9a8 to your computer and use it in GitHub Desktop.
t26
const _ctor1: (init: Partial<Pick<i1.ChildComponent, "prop">>) => i1.ChildComponent = (null!);
function _tcb1(ctx: i0.AppComponent) {
if (true) {
var _t1 = _ctor1({});
_t1.s; // Property 's' does not exist on type 'ChildComponent'.
var _t2 = document.createElement("app-child");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment