angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!

Home Page:https://angular-extensions.github.io/elements/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 15 migrations - inject()

tomastrajan opened this issue · comments

Migrate all constructor() code to inject() and remove "useDefineForClassFields": false, flag from every tsconfig.json file.

I'll start working on it.

Hi @tomastrajan,

I've raised PR with adjustments: #143.

/Pawel

@9kubczas4 thanks again!