new project, freshly generated with create-nx-workspace
started with:
ng new "projectName" "--directory" "foldername" "--npm-prefix" "AS" --collection=@nrwl/schematics
After that I did:
yarn add @angular/cli prettier
to update the cli and prettier (prettier gave some issues too, but that is another issue, that is addressed already)
Now on: `ng g app seed-demo``
I get:

new project, freshly generated with create-nx-workspace
started with:

ng new "projectName" "--directory" "foldername" "--npm-prefix" "AS" --collection=@nrwl/schematicsAfter that I did:
yarn add @angular/cli prettierto update the cli and prettier (prettier gave some issues too, but that is another issue, that is addressed already)
Now on: `ng g app seed-demo``
I get: