- Accueil
- Montréal 2019
- Sessions
This is your opportunity to start learning Angular 7 now and bring your web
developments to the next level! This intensive workshop will start from
scratch and walk you through how to develop a full Angular data-centric
application, diving into many topics including how to setup, debug and
deploy your app with Angular, TypeScript and Visual Studio Code. At the end
of the day, you will walk away with a solid knowledge of Angular and be
comfortable with starting your own project now!
Topics Covered:
- TypeScript fundamentals
- Setup and Tooling
- Getting started with the Angular CLI
- Introduction to Angular
- Structure of an app
- The Component Model
- Dependency Injection, Services and providers
- Introduction to Reactive Programming with RxJS (Observables)
- Async Requests to a REST API (HTTP)
- Implementing a local cache
- Debugging an application
- Implementing pagination, sorting and filtering on a grid
- ngModules and Ahead-of-time compilation
- Deploying to production
- Navigation and Routing
- Lazy-loading
- Forms and Validation
- Using Http to Update or Delete data on the server
- Authentication (Security)
- Best Practices