Dmitry Romanov

Results 1 comments of Dmitry Romanov

Behaviors looks like ValueConverters and can be attached to aurelia framework the same. `config.globalResources([PLATFORM.moduleName('./behaviors/index')]);` where ./behaviors/index is the index of your behaviors module. Then you can use behavior globally in...