dsherret / ts-nameof

nameof in TypeScript
MIT License
492 stars 23 forks source link

Possible to support an angular eight app #108

Open mwpowellhtx opened 4 years ago

mwpowellhtx commented 4 years ago

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...

mwpowellhtx commented 4 years ago

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?

patrykdawid commented 3 years ago

A similar discussion was made in #41 but no solution yet