198fc6f108
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