Skip to content

Module 01 Angular Overwiew

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

Module 01 - Angular Overwiew

Full Stack Web Development

  • Overview of full stack web development.
    • Understand what is meant by full stack in the context of web development
      • Often use the three-tier architure for web development. This is orgnaidez into three diferent layers.

        • Presentation: Delivering the information to the user, usually the UI.
        • Business Logic: Concerned about the data, data validation, dynamic content processing and generating content to the user.
        • Data Persistance or Data Access: Concerned about how to store the data, in the form a database or through and API.
      • In a traditional 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 App using the Angular-CLI.
    • Understand the architecture of an Angular application
    • Scaffold out a starter Angular application using angular-cli

Angular Components

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