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
Some IDEAs (latest Intellij) will complain when passing a number to the pipe (since its transform method accepts only a string)
Date's constructor does support passing a number, so in runtime this works. It also passes compilation by the angular template compiler, the only issue is IDEA warning and future risk angular template compiler may fail the compilation based on type checking
Some IDEAs (latest Intellij) will complain when passing a number to the pipe (since its transform method accepts only a string)
Date's constructor does support passing a number, so in runtime this works. It also passes compilation by the angular template compiler, the only issue is IDEA warning and future risk angular template compiler may fail the compilation based on type checking
Suggested fix in pull request: #28
The text was updated successfully, but these errors were encountered: