Today I began my Angular journey with a focus on the absolute fundamentals:
✅ Set up Angular 17 using Angular CLI
✅ Understood basic project structure (app.component.ts, .html, .module.ts)
✅ Learned String Interpolation – displaying data in the UI with {{ variable }}
✅ Learned Property Binding – binding HTML element properties using [property]="value"
✅ Built a basic Profile Card using both interpolation and binding
✅ Practiced disabling buttons and dynamically loading an image
✅ Ready to dive into Event Binding tomorrow!
Top comments (0)