mount

tolitius 2016-05-21T17:42:59.000302Z

@lwhorton: yes:

implementation.inject = ['websocket']
ankh.factory('my-feat', implementation)
feels very similar to:
(:require [websocket :as ws])
in the namespace where the "feature" lives / defined