You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
In my case:
DateTime identifier is defined in the exports section of the component, but analyzer displays a problem during data binding:
The method 'now' isn't defined for the class 'DateTime'.
Try correcting the name to the name of an existing method,
or defining a method named 'now'. dart(undefined_method)
Dart SDK Version: 2.8.4
AngularDart Version: 5.3.0
The text was updated successfully, but these errors were encountered:
In my case:
DateTime identifier is defined in the exports section of the component, but analyzer displays a problem during data binding:
The text was updated successfully, but these errors were encountered: