mdc_web icon indicating copy to clipboard operation
mdc_web copied to clipboard

AngularDart implementation

Open kleinpetr opened this issue 5 years ago • 1 comments

Hello,

do you have some example to implementation with AngularDart?

I am trying it for 2 hours but still not working. Thank you.

kleinpetr avatar Mar 30 '20 18:03 kleinpetr

Ok I have to add autoIniti here

app.dart

@override
  void ngAfterViewChecked() {
    mdc.autoInit();
  }

It calls too many times, but it is only one place where it will be called on every page and on every content change.

kleinpetr avatar Mar 30 '20 22:03 kleinpetr