Renamed the (now) utility functions to have wvr prefixed in front of them.
This is not used in core, so relocate it to the utility directory into the shared directory and add appropriate imports.
The compile() which is now wvrCompile() could potentially be made private and not exposed.
For now, it is just being made available along with the now named wvrParseProjectedContent().
Removed all imports to the now no longer existing template.service.
Renamed the (now) utility functions to have
wvr
prefixed in front of them. This is not used in core, so relocate it to the utility directory into the shared directory and add appropriate imports.The
compile()
which is nowwvrCompile()
could potentially be made private and not exposed. For now, it is just being made available along with the now namedwvrParseProjectedContent()
.Removed all imports to the now no longer existing template.service.
resolves #379