mdc_web
mdc_web copied to clipboard
AngularDart implementation
Hello,
do you have some example to implementation with AngularDart?
I am trying it for 2 hours but still not working. Thank you.
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.