mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9f132d0d93
In the `packages/examples/common/ngif/module.ts` file, the field `show` is given an explicit boolean type. Since typescript infers boolean type, it is redundant and this commit removes it. PR Close #39081