Détail de l'auteur
Auteur Aristeidis BAMPAKOS |
Documents disponibles écrits par cet auteur (3)
![](./images/expand_all.gif)
![](./images/collapse_all.gif)
![Tris disponibles](./images/orderby_az.gif)
Learning Angular : A practical guide to building web applications with modern Angular / Aristeidis BAMPAKOS / PACKT PUBLISHING (2025)
![]()
Titre : Learning Angular : A practical guide to building web applications with modern Angular Type de document : e-book Auteurs : Aristeidis BAMPAKOS Editeur : PACKT PUBLISHING Année de publication : 2025 ISBN/ISSN/EAN : 9781835087480 Note générale : copyrighted Langues : Anglais (eng) Résumé : Learn frontend development the Angular way – build your first production-grade web applications from scratch in Angular with the help of expert guidance and step-by-step explanations. Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesExplore the basics of Angular development, from components and templates to forms, routing, and servicesGet up to speed with the new paradigms modern Angular brings, including standalone APIs, new control flow syntax, Signals, and server-side rendering (SSR)Discover best practices for building, deploying, debugging, and testing Angular applicationsBook DescriptionAngular is an extremely fast, cross-platform JavaScript framework loved by millions. Learning Angular is a comprehensive introduction to the framework from an experienced Angular developer and Google Developer Expert. You’ll learn the Angular way of development as you build a real-world app from the ground up. Updated for Angular 19, this fifth edition tackles landmark changes in Angular after the “Angular Renaissance”. It covers app creation with standalone components, Angular Signals, and the new control flow syntax, while acknowledging differences in approach in older Angular code. You’ll also find a brand-new chapter on optimizing performance with SSR and hydration, as well as revamped content on TypeScript. Angular developers of all experience levels will benefit from this book. It is especially useful if you are new to Angular, as it will help you get to grips with the bare bones of the framework. By the end of this book, you'll be able to create Angular applications with TypeScript from scratch and apply best practices in any Angular codebase.What you will learnUse the Angular CLI to scaffold, build, and deploy new Angular applicationsCreate Angular applications using standalone APIsBuild rich components with Angular template syntaxApply reactivity patterns with the RxJS library and SignalsCraft beautiful user interfaces using Angular MaterialCreate HTTP data services to access APIs and provide data to componentsImprove your debugging and error handling skills during runtime and developmentOptimize application performance with SSR and hydration techniquesWho this book is forThis book is for JavaScript developers and web developers dipping their feet for the first time in the world of frontend development with Angular, as well as those migrating to the Angular framework to build professional web applications. Current Angular developers looking to catch up with modern Angular will also find this book useful. You'll need prior exposure to JavaScript and a solid foundation in the basics of web programming before you get started with this book. Nombre d'accès : Illimité En ligne : https://neoma-bs.idm.oclc.org/login?url=https://www.scholarvox.com/book/88962229 Permalink : https://cataloguelibrary.neoma-bs.fr/index.php?lvl=notice_display&id=599223 Angular Projects : Build modern web apps in Angular 16 with 10 different projects and cutting-edge technologies / Aristeidis BAMPAKOS / PACKT PUBLISHING (2023)
![]()
Titre : Angular Projects : Build modern web apps in Angular 16 with 10 different projects and cutting-edge technologies Type de document : e-book Auteurs : Aristeidis BAMPAKOS Editeur : PACKT PUBLISHING Année de publication : 2023 ISBN/ISSN/EAN : 9781803239118 Note générale : copyrighted Langues : Anglais (eng) Résumé : Take Angular to the next level – build captivating real-world applications while exploring modern web technologies and best practices Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesExplore Angular's capabilities for cross-platform app developmentCombine Angular with popular web technologies such as Nx monorepos, server-side rendering, and progressive web appsBuild your own libraries and schematics using Angular CDK and Angular CLBook DescriptionAngular Projects isn't like other books on Angular – this is a project-based guide that helps budding Angular developers get hands-on experience while developing cutting-edge applications. In this updated third edition, you’ll master the essential features of the framework by creating ten different real-world web applications. Each application will demonstrate how to integrate Angular with a different library and tool, giving you a 360-degree view of what the Angular ecosystem makes possible. Updated to the newest version of Angular, the book has been revamped to keep up with the latest technologies. You’ll work on a PWA weather application, a mobile photo geotagging application, a component UI library, and other exciting projects. In doing so, you’ll implement popular technologies such as Angular Router, Scully, Electron, Angular service workers, Jamstack, NgRx, and more. By the end of this book, you will have the skills you need to build Angular apps using a variety of different technologies according to your or your client’s needs.What you will learnSet up Angular applications using Angular CLI and Nx ConsoleCreate a personal blog with Jamstack, Scully plugins, and SPA techniquesBuild an issue management system using typed reactive formsUse PWA techniques to enhance user experienceMake SEO-friendly web pages with server-side renderingCreate a monorepo application using Nx tools and NgRx for state managementFocus on mobile application development using IonicDevelop custom schematics by extending Angular CLIWho this book is forThis book is for developers with beginner-level Angular experience who want to become proficient in using essential tools and dealing with the various use cases in Angular. Beginner-level knowledge of web application development and basic experience of working with ES6 or TypeScript is essential before you dive in. This book focuses on practical applications of Angular. If you want to deepen your understanding of this framework, we recommend that you also look at Learning Angular from the same author. Nombre d'accès : Illimité En ligne : https://neoma-bs.idm.oclc.org/login?url=https://www.scholarvox.com/book/88953253 Permalink : https://cataloguelibrary.neoma-bs.fr/index.php?lvl=notice_display&id=584000 Learning Angular : A no-nonsense guide to building web applications with Angular 15 / Aristeidis BAMPAKOS / PACKT PUBLISHING (2023)
![]()
Titre : Learning Angular : A no-nonsense guide to building web applications with Angular 15 Type de document : e-book Auteurs : Aristeidis BAMPAKOS Editeur : PACKT PUBLISHING Année de publication : 2023 ISBN/ISSN/EAN : 9781803240602 Note générale : copyrighted Langues : Anglais (eng) Résumé : Build your first production-grade web applications from scratch with Angular with the help of expert guidance and step-by-step explanations. Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesLearn the fundamentals of Angular 15 to build web applicationsExplore the basics of Angular development, from components and templates to forms, routing, and servicesDiscover best practices for building, deploying, debugging, and testing Angular applicationsBook DescriptionAs Angular continues to reign as one of the top JavaScript frameworks, more developers are seeking out the best way to get started with this extraordinarily flexible and secure framework. Learning Angular, now in its fourth edition, will show you how you can use it to achieve cross-platform high performance with the latest web techniques, extensive integration with modern web standards, and integrated development environments (IDEs). The book is especially useful for those new to Angular and will help you to get to grips with the bare bones of the framework to start developing Angular apps. You'll learn how to develop apps by harnessing the power of the Angular command-line interface (CLI), write unit tests, style your apps by following the Material Design guidelines, and finally, deploy them to a hosting provider. Updated for Angular 15, this new edition covers lots of new features and tutorials that address the current frontend web development challenges. You’ll find a new dedicated chapter on observables and RxJS, more on error handling and debugging in Angular, and new real-life examples. By the end of this book, you’ll not only be able to create Angular applications with TypeScript from scratch, but also enhance your coding skills with best practices.What you will learnUse the Angular CLI to scaffold, build, and deploy a new Angular applicationBuild components, the basic building blocks of an Angular applicationDiscover new Angular Material components such as Google Maps, YouTube, and multi-select dropdownsUnderstand the different types of templates supported by AngularCreate HTTP data services to access APIs and provide data to componentsLearn how to build Angular apps without modules in Angular 15.x with standalone APIsImprove your debugging and error handling skills during runtime and developmentWho this book is forThis book is for JavaScript and full-stack developers dipping their feet first time in the world of frontend development with Angular, as well as those migrating to the Angular framework to build professional web applications. You'll need prior exposure JavaScript and a solid foundation in the basics of web programming before you get started with this book. Nombre d'accès : Illimité En ligne : https://neoma-bs.idm.oclc.org/login?url=https://www.scholarvox.com/book/88946495 Permalink : https://cataloguelibrary.neoma-bs.fr/index.php?lvl=notice_display&id=579893
![rss](https://cataloguelibrary.neoma-bs.fr/images/rss.png)
-
59 Rue Taittinger, 51100 Reims
-
00 33 (0)3 26 77 46 15
-
Library Campus Reims
-
1 Rue du Maréchal Juin, BP 215
76825 Mont Saint Aignan cedex -
00 33 (0)2 32 82 58 26
-