Your first Angular app

A few lines of TypeScript are all it takes to create your first Angular app. As your app grows, you can separate the markup and code into different files. ## Try your first Angular app The code editor contains a complete Angular app. The Angular app in the code editor shows the TypeScript that makes a simple, but complete, Angular component. It imports resources from existing libraries and defines the properties of the new component. ## Explore further See more about [Angular features](/features) or try the following exercises for some hands-on experience with Angular. ### Add features to your first Angular app To give your component a reset button that sets the counter back to 0: 1. In the code editor, in the `template` value, after the line that starts with `