question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade to Angular 14

See original GitHub issue
Error: node_modules/ngx-material-file-input/lib/file-input/file-input.component.d.ts:9:22 - error TS2720: Class 'FileInputComponent' incorrectly implements class 'MatFormFieldControl<FileInput>'. Did you mean to extend 'MatFormFieldControl<FileInput>' and inherit its members as a subclass?
  Property 'stateChanges' is missing in type 'FileInputComponent' but required in type 'MatFormFieldControl<FileInput>'.

9 export declare class FileInputComponent extends FileInputMixinBase implements MatFormFieldControl<FileInput>, ControlValueAccessor, OnInit, OnDestroy, DoCheck {
                       ~~~~~~~~~~~~~~~~~~

  node_modules/@angular/material/form-field/index.d.ts:298:14
    298     readonly stateChanges: Observable<void>;
                     ~~~~~~~~~~~~
    'stateChanges' is declared here.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:13
  • Comments:5

github_iconTop GitHub Comments

3reactions
erwindemoelcommented, Jun 18, 2022

@rRaDuCaN No you can’t close the issue. We upgraded our project to Angular 14 but are also having issues with the ngx-material-file-input package. When will you support Angular 14?

1reaction
rRaDuCaNcommented, Jun 16, 2022

Hi all, can we close the issue ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update Angular to v14
This guide contains information to update to Angular version 14. ... For step-by-step instructions on how to update to the latest Angular release...
Read more >
Upgrade to Angular 14 - Techiediaries
Updating Angular CLI to v14 and upgrading your project to Angular 14 framework from previous versions (Angular 13) is easier than ever ...
Read more >
How to Upgrade from Angular 13 to Angular 14 Version ...
You can directly upgrade your angular cli version globally by using update command of ng. so you can do it by bellow command....
Read more >
Angular 13 - 14 migration - YouTube
In this video you will learn how to update angular version from 13 to 14 using angular update guide. Angular update guide ...
Read more >
Upgrade to Angular 14 | Angular Tutorial - YouTube
Upgrade to Angular 14 | Angular Tutorial. 455 views 2 months ago. WebGentle. WebGentle. 67K subscribers. Join. Subscribe.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found