Rendering the Angular AppComponent as Standalone?

Advertisements Trying to "Switch" the Angular AppComponent to render as standalone after generating a new project using the CLI. This attempt compiles fine, but the template does not render. Here are the steps: ng new project cd project Then change the AppComponent to look like this: import { CommonModule } from ‘@angular/common’; import { RouterModule… Read More Rendering the Angular AppComponent as Standalone?