-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hello.
I'm currently getting an error trying to implement Toppy in an Angular 8 SPA, specifically in regards to the @ViewChild decorator.
On the following piece of code:
@ViewChild('login', { read: typeof ElementRef, static: true }) login: ElementRef;
The error outputs as:
ERROR in src/app/app.component.ts(12,31): Error during template compile of 'AppComponent'
Expression form not supported.
I believe it might have to do with a lack of support for Angular 8? Though I'm not entirely sure. Any update on this would be appreciated.
buseodaci
Metadata
Metadata
Assignees
Labels
No labels