Multiple applications in same project.
Material or Bootstrap layouting support.
i18n multi-language support for static resources.
A well designed folder structure for components, services, etc.
Authentication/authorization support with oidc client.
Create empty project
ng new AppName --createApplication=false --directory=AppName --interactive=false
Add project
ng generate application ProjectName --style=scss --routing=true