Angular Schematics Skip "implements OnInit"

I've found plenty about how to setup my schematic file to skip certain things (like the spec file) when creating a component using ng generate but what I can't find anywhere is how to not include the implements OnInit when I use ng generate component.

I've looked everwhere. Anyone have an idea?


Solution 1:

As of today, there is no option for this yet.