mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f3fc74ab67
`main()` function used to be needed to support dart, since dart Does not allow top level statements. Since we no longer use dart The need for `main()` has been removed. In preparation for `Basel` and standardized way of running tests we are removing `main()` PR Close #21053