Skip to content

Introducing Injectors

Compare
Choose a tag to compare
@eavichay eavichay released this 17 May 19:37
· 246 commits to master since this release
<child-element prop="{model}"></child-element>

Slim.inject('model', element => {
  return someImportantObject(element);
});