Angular v15 is out!

โœ… Standalone components are stable!
๐ŸŒฒ More tree-shakable standalone APIs
๐ŸŽ† `NgOptimizedImage` with Chrome Aurora
๐Ÿ•ธ Improved stack traces for the web with Chrome DevTools
๐Ÿ–ผ Angular Material MDC Components
๐ŸŽจ Directive composition API

https://blog.angular.io/angular-v15-is-now-available-df7be7f2f4c8

Hi @mgechev, your app bootstrapping example, using a single component, looks amazing!

I was wondering, does the `ng new` command support creating an app with standalone apis?

That would make it more easy to get started with #Angular standalone apis.

I just tried `ng new` in Angular 15 and it creates an app.module...