This content has been marked as final.
Show 1 reply
-
1. Re: Custom Template provider - how to get page or class name?
mbarkley Nov 4, 2015 1:22 PM (in response to magick93)Hi Anton,
You can't quite do that. But you do get the template location (from the @Templated annotation). By default this would give you a location "my/package/MyWidget.html" for "my.package.MyWidget".
Hope that's helpful.