Cargando…

Angular Projects : Build Nine Real-World Applications from Scratch Using Angular 8 and TypeScript.

Angular has established itself to be one of the most popular framework of choice amongst the developers. This book aims to take you on a journey of developing and building applications using the latest version of Angular. You will develop a series of projects including web as well as mobile applicat...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mohammed, Zama Khan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Limited, 2019.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Title Page; Copyright and Credits; Dedication; About Packt; Foreword; Contributors; Table of Contents; Preface; Chapter 1: Setting Up the Development Environment; Installing Node.js; Introducing TypeScript; Interface; Class and property decorators; Access modifiers; Introducing Angular CLI; Installing Angular CLI; Scaffolding a new Angular app; Updating your Angular application; Generating files; Serving an Angular app; Building the application; Adding CLI extensions; Introducing Angular Console; VS Code; Installing VS Code; Installing extensions; VS Code settings
  • Debugging Angular applications using AugurySummary; Chapter 2: Building a Flashcard Game Using Angular; Technical requirements; Creating a new project and a component; Introducing template-driven forms; Introducing services; Introducing observables; Summary; Questions; Further reading; Chapter 3: Building a Personal Blog Using Angular Router and WordPress; Technical requirements; Understanding SPAs; Project overview; Setting up a WordPress server; Setting up an Angular project with the Angular CLI; Adding multiple routes to our application; Calling the WordPress API
  • Implementing lazy loading routeIntroducing pre-loading strategy; Adding ngx-quicklink; Adding animations; Summary; Questions; Further reading; Chapter 4: Building an Inventory Application Using Reactive Forms; Technical requirements; Understanding reactive forms; Project overview; Getting started; Using reactive forms; Adding built-in and custom validations; Optimizing the bundle; Summary; Questions; Further reading; Chapter 5: Building a PWA E-Commerce Application Using Angular Service Worker; Technical requirements; Exploring Progressive Web Apps; Project overview
  • Setting up our Nest.js applicationSetting up our Angular application; Auditing our application; Adding PWA capability; Offline support; Showing network changes; Prompting for new updates; Deploying to Firebase; Summary; Questions; Further reading; Chapter 6: Building an Auditing Application Using Angular and Ionic; Technical requirements; Exploring the Ionic framework; Project overview; Getting started with the Ionic CLI; Theming the Ionic application; Setting up Firebase; Getting data from the Firebase Realtime Database; Creating dynamic forms using ngx-formly
  • Using Ionic Native so that we can use a cameraSummary; Questions; Further reading; Chapter 7: Building a Server-Side Rendering Application Using Angular; Technical requirements; Understanding Angular Universal; Deployment and performance analysis; Adding Universal support; Transferring state from the server to the client; Deployment and performance analysis of SSR; Understanding SEO optimizations; Content is king; Accessibility; Using anchor tags for links; Using sitemap.xml; Using robots.txt; The title and description; Social media scraping; Summary; Questions; Further reading