ts-nameof
ts-nameof copied to clipboard
Possible to support an angular eight app
Hello,
I'd like to leverage this in an Angular 8 TypeScript context. It is possible to import the operator like this?
import { nameof } from '@ts-nameof';
Or what am I missing there?
Thanks...
I might be missing a whole lot if I am reading the issues correctly. So, this needs ot be TS compiled for it to be available? Isn't it possible to "just package" the TS-ready nameof
operator, rather than expecting folks to build it in-situ?
A similar discussion was made in #41 but no solution yet