Skip to content

Instantly share code, notes, and snippets.

@maxkoretskyi
Created February 22, 2019 15:55
Show Gist options
  • Select an option

  • Save maxkoretskyi/b3ce311f01daa7d6543361c5a8725bf8 to your computer and use it in GitHub Desktop.

Select an option

Save maxkoretskyi/b3ce311f01daa7d6543361c5a8725bf8 to your computer and use it in GitHub Desktop.
export class ComponentResolver {
private resolveByName(propertyName, ...) {
const componentName = componentNameOpt != null ? componentNameOpt : propertyName;
const registeredComponent = this.componentProvider.retrieve(componentName);
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment