Implements a new `ng generate @angular/core:standalone` schematic that allows the user to convert all the declarations in a set of NgModules to standalone. PR Close #48790
Adds the necessary boilerplate to allow for `ng generate` schematics to be included with `@angular/core`. PR Close #48790