Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Created February 20, 2020 11:49
Show Gist options
  • Select an option

  • Save ArtemRomanovsky/cead91f30d25e358959e4008ef48e770 to your computer and use it in GitHub Desktop.

Select an option

Save ArtemRomanovsky/cead91f30d25e358959e4008ef48e770 to your computer and use it in GitHub Desktop.
interface ViewData {
viewContainerParent: ViewData|null;
component: any;
// child nodes
nodes: {[key: number]: NodeData};
state: ViewState;
oldValues: any[];
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment