mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
`ng g c` no longer generates a component with the `CommonModule` import. This import is not useful if developers adopt the control flow syntax in their templates. Instead, developers are encouraged to import the individual directives/pipes if needed.