Understanding how the AppComponent works

In angular, visual objects are referred to as Components. Each component is made up of 4 files, in our case the component name is AppComponent so the word “app” appears at the beginning of each file: The visual portion of the component is contained in the HTML FILE “app.component.html” and consists of a snippet of…

Installing Visual Studio Code on Windows

Visual Studio Code (VSCode or VSC) is a lightweight IDE (integrated development environment) that’s become a standard in the web development community for developing applications in a wide variety of languages and frameworks. The Angular web framework uses the TypeScript language and so is well suited for Visual Studio Code. You can, of course use…