Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(common): do not reference deprecated classes in providers
Fixes angular#14521 BREAKING CHANGE: `NgFor` is no longer provided by `NgForOf<T>`. Mitigation: Change constructor parameter references from NgFor` to `NgForOf<any>`.
- Loading branch information