mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2ab32c870f
In the code example of the AsyncValidator example there was an aliased import for the rxjs operator `of`. To align with the RxJS docs it should just use a plain import of `of` PR Close #36856