kenchris / lit-element

A base class for creating web components using lit-html
BSD 3-Clause "New" or "Revised" License
81 stars 10 forks source link

Trying with TS results in has no exported member 'customElement' #30

Open rjcorwin opened 6 years ago

rjcorwin commented 6 years ago

I'm super excited about Lit Element! While giving it a spin in Angular I hit a snag trying to get a hello world going. Any tips on getting this working?

ERROR in src/app/hello-world.component.ts(1,28): error TS2305: Module '"/Users/rjsteinert/Git/rjsteinert/pong/node_modules/@polymer/lit-element/lit-element"' has no exported member 'customElement'.
screen shot 2018-05-11 at 12 49 08 pm
rjcorwin commented 6 years ago

Oh woops. Getting this mixed up with the @polymer/lit-element library. I gave this library a try and no luck yet...

screen shot 2018-05-11 at 12 59 29 pm