### Describe the problem that you experienced While I was using the above mentioned tutorial [here](https://angular.dev/tutorials/learn-angular/4-control-flow-if), I found that the example for the @If code sample doesn't export the class `App`. However other sections of the tutorial like [here](https://angular.dev/tutorials/learn-angular/5-control-flow-for) have a very similar code sample with the class being exported. ### Enter the URL of the topic with the problem https://angular.dev/tutorials/learn-angular/4-control-flow-if ### Describe what you were looking for in the documentation I am looking for the code sample to include the `export` keyword for the class `App` ### Describe the actions that led you to experience the problem _No response_ ### Describe what you want to experience that would fix the problem _No response_ ### Add a screenshot if that helps illustrate the problem <img width="1919" height="966" alt="Image" src="https://github.com/user-attachments/assets/92639315-0ad4-4a69-a4e0-2254d023bd4b" /> ### If this problem caused an exception or error, please paste it here ```true TS2459: Module '"./app/app"' declares 'App' locally, but it is not exported. src/main.ts:11:8 ``` ### If the problem is browser-specific, please specify the device, OS, browser, and version ```true ``` ### Provide any additional information here in as much as detail as you can ```true ```