Skip to content

Module 01 Angular Overwiew

Daniel Olano edited this page Feb 2, 2021 · 12 revisions

Module 01 - Angular Overwiew

Full Stack Web Development

  • This lesson give us an overview of full stack web development.
    • Understand what is meant by full stack in the context of web development
    • Distinguish between front-end, back-end and full stack web development

Introduction to Angular

  • Quick overview of JavaScript frameworks and Angular in particular. Some basics of Angular and how to configure an Angular application using the Angular-CLI, the command line tool was learned.

    • Understand the architecture of an Angular application
    • Scaffold out a starter Angular application using angular-cli, the command line tool

Angular Components

  • How we construct Angular component and design it views.
    • Use Angular-CLI to scaffold an Angular component
    • Construct the Angular component code and the template