Angular Boot Camp

Student and instructor-led training manual for building web applications with the Angular framework.Relevant, timely and up-to-date resources for each chapterOver 450 pages of content, including: Lectures40+ Guided Exercises (to be done with the instructor)8+ Practice Exercises (to be done with or without instructor guidance)10+ Challenge Exercises (to be completed by the student)Numerous Homework Exercises (to be done after class, or in-class for advanced students)QuizzesGamesLinks to micro-learning content such as: Posters/InfographicsInteractive webpages for review of materialSimple quizzes for spaced learningDemo files demonstrating previously encountered subject matterThis course provides the necessary information for building websites and web applications using the Angular framework. Throughout of the course, attendees will build a simple web application while covering the required fundamental topics. By the end of the course, the learner will be able to: know where to find help while building Angular applicationsinstall browser extensions that will help debug Angular applicationsinstall all of the software and tooling required to build Angular applicationsuse nodejs and npm or yarn to install code into projectsrun a command line interfacefetch code from a public code repositorytest the installation of the software and tools required to build an Angular applicationbuild the first phase of any Angular applicationclone an Angular application from a code repositoryproperly scaffold an Angular applicationcreate the HTML content seen by the user in a web browseruse modern TypeScript techniques that simply the creation of web applicationsuse Google's Angular Command Line Interface tool to make code modules that make up an Angular web applicationadd features to an application using reusable componentscustomize the look and feel of their Angular applications without using redundant codeuse 3rd party style libraries to quickly style Angular applicationsreuse application components by substituting different content for each use casecontrol the applications component data quickly and efficientlyadd dynamic content in the user interface that changes depending on user activityadd features and business logic to their applicationeasily add predefined functionality to an application's components using dependency injectionshare data between components using a simple methodshare application functionality in multiple applicationschange the user interface of the application through DOM manipulation by hiding and showing features programmaticallyallow the user to move from screen to screen while interacting with the applicationcollect data from the user by adding forms to the user interfacesend data to any part of the application that needs it using RXJS observablesretrieve data from a server, process and display the data in the user interface of the applicationformat data displayed in the user interface as numbers, currency, and the like including custom formatsprohibit users from accessing parts of the applicationprevent users from leaving a screen such as an incomplete form without first receiving a warningallow users to read create, read update and delete data on the serveruse the two testing frameworks that come with the Angular frameworkwrite tests that confirm that their code functions as expecteddescribe how an Angular application bootstrapsuse semantic versioning to version their web applicationsunderstand the basics of web app development