Overriding VM class name convention

I needed to override the naming convention for VM class names: I wanted to be able to name VM’s attached to routes something like EmailRoute which might contain a EmailComponent.

I didn’t find a built-in configuration to do this, but it turned out to be pretty easy to make an override. I wrote a short blog post about it.

I thought I’d mention it here in case anyone with similar needs does a search.

4 Likes