mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3bc02a3652
This commit fixes a bug whereby a Bazel project created by the schematics would not compiled if project contains routing module. It is missing a dependency on the router package. PR Close #28141