Skip to content

Angular 8 support?Β #38

@Figments

Description

@Figments

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions