Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon

Filter Results

Sort By

Arrow up

Product Type

Arrow up
(121)
(49)
(2)
(1)

Features

Arrow up
(20)

Publication Status

Arrow up
(171)
(1)
(1)
(168)

Tech Category

Arrow up
(128)
(20)
(16)
(3)
(3)
(1)
show more

Concept

Arrow up
(52)
(27)
(25)
(15)
(12)
(7)
show more

Tool

Arrow up
(62)
(12)
(9)
(8)
(6)
(6)
show more

Language

Arrow up
(20)
(4)
(2)
(1)
(1)

Published Year

Arrow up
(13)
(10)
(9)
(13)
(8)
(23)
show more

Search Results for 'angular' (173 products)

sort Bestselling
More Product Details Close
Angular Projects
Angular Projects
Build modern web apps in Angular 16 with 10 different projects and cutting-edge technologies
VIEW PRODUCT
Description
Angular 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.
Read more
Jul 2023 312 pages
Full star icon Full star icon Full star icon Full star icon Full star icon 5
AI Assistant AI Assistant
AI Assistant: Features our revolutionary AI Assistant technology which lets you interact with our Books to enhance your learning
Authors
Author Aristeidis Bampakos
Author Mark Thompson
Purchase Options
eBook $22.99 $33.99
Print $41.99
More Product Details Close
Angular Cookbook
Angular Cookbook
Over 80 actionable recipes every Angular developer should know
VIEW PRODUCT
Description
Angular has long been the framework of choice for web development projects of various scales, offering much-needed stability and a rich tooling ecosystem for building production-ready web and mobile apps. This recipe-based guide to Angular will help you build up your Angular expertise with a wide range of recipes across key tasks in web development and show you how to build high-performance apps. In this second edition, the recipes have been updated, added, and improved based on developer feedback and new challenges. The first few chapters will show you how to utilize core Angular concepts such as components, directives, and services to get you ready for building frontend web apps. You’ll then develop web components with Angular and go on to learn about advanced concepts such as dynamic components loading and state management with NgRx for achieving real-time performance. Later chapters will focus on recipes for effectively testing your Angular apps to make them fail-safe, before progressing to techniques for optimizing your app’s performance. Finally, you’ll create Progressive Web Apps (PWA) with Angular to provide an intuitive experience for users. By the end of this book, you’ll be able to create full-fledged, professional-looking Angular apps and have the skills you need for frontend development.
Read more
Dec 2023 536 pages
Full star icon Full star icon Full star icon Full star icon Full star icon 5
AI Assistant AI Assistant
AI Assistant: Features our revolutionary AI Assistant technology which lets you interact with our Books to enhance your learning
Authors
Author Muhammad Ahsan Ayaz
Purchase Options
eBook $22.99 $33.99
Print $41.99
More Product Details Close
Reactive Patterns with RxJS for Angular
Reactive Patterns with RxJS for Angular
A practical guide to managing your Angular application's data reactively and efficiently using RxJS 7
VIEW PRODUCT
Description
RxJS is a fast, reliable, and compact library for handling asynchronous and event-based programs. It is a first-class citizen in Angular and enables web developers to enhance application performance, code quality, and user experience, so using reactive patterns in your Angular web development projects can improve user interaction on your apps, which will significantly improve the ROI of your applications. This book is a step-by-step guide to learning everything about RxJS and reactivity. You'll begin by understanding the importance of the reactive paradigm and the new features of RxJS 7. Next, you'll discover various reactive patterns, based on real-world use cases, for managing your application’s data efficiently and implementing common features using the fewest lines of code. As you build a complete application progressively throughout the book, you'll learn how to handle your app data reactively and explore different patterns that enhance the user experience and code quality, while also improving the maintainability of Angular apps and the developer's productivity. Finally, you'll test your asynchronous streams and enhance the performance and quality of your applications by following best practices. By the end of this RxJS Angular book, you'll be able to develop Angular applications by implementing reactive patterns.
Read more
Apr 2022 224 pages
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Authors
Author Lamis Chebbi
Purchase Options
eBook $29.99 $43.99
Print $54.99
More Product Details Close
Angular for Enterprise-Ready Web Applications
Angular for Enterprise-Ready Web Applications
Build and deliver production-grade and cloud-scale evergreen web apps with Angular 9 and beyond
VIEW PRODUCT
Description
This second edition of Angular for Enterprise-Ready Web Applications is updated with in-depth coverage of the evergreen Angular platform. You’ll start by mastering Angular programming fundamentals. Using the Kanban method and GitHub tools, you’ll build great-looking apps with Angular Material and also leverage reactive programming patterns with RxJS, discover the flux pattern with NgRx, become familiar with automated testing, utilize continuous integration using CircleCI, and deploy your app to the cloud using Vercel Now and GCloud. You will then learn how to design and develop line-of-business apps using router-first architecture with observable data anchors, demonstrated through oft-used recipes like master/detail views, and data tables with pagination and forms. Next, you’ll discover robust authentication and authorization design demonstrated via integration with Firebase, API documentation using Swagger, and API implementation using the MEAN stack. Finally, you will learn about DevOps using Docker, build a highly available cloud infrastructure on AWS, capture user behavior with Google Analytics, and perform load testing. By the end of the book, you’ll be familiar with the entire gamut of modern web development and full-stack architecture, learning patterns and practices to be successful as an individual developer on the web or as a team in the enterprise.
Read more
May 2020 824 pages
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Authors
Author Doguhan Uluca
Purchase Options
eBook $43.99 $63.99
Print $79.99
More Product Details Close
Angular Design Patterns and Best Practices
Angular Design Patterns and Best Practices
Create scalable and adaptable applications that grow to meet evolving user needs
VIEW PRODUCT
Description
Single page applications (SPAs) have become the standard for most web experiences. Angular, with its batteries-included approach, has emerged as a powerful framework for simplifying the development of these interfaces by offering a comprehensive toolbox. This book guides you through the Angular ecosystem, uncovering invaluable design patterns and harnessing its essential features. The book begins by laying a strong foundation, helping you understand when and why Angular should be your web development framework of choice. The next set of chapters will help you gain expertise in component design and architecting efficient, flexible, and high-performing communication patterns between components. You’ll then delve into Angular's advanced features to create forms in a productive and secure way with robust data model typing. You'll also learn how to enhance productivity using interceptors to reuse code for common functionalities, such as token management, across various apps. The book also covers micro frontend architecture in depth to effectively apply this architectural approach and concludes by helping you master the art of crafting tests and handling errors effortlessly. By the end of this book, you'll have unlocked the full potential of the Angular framework.
Read more
Feb 2024 270 pages
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.5
AI Assistant AI Assistant
AI Assistant: Features our revolutionary AI Assistant technology which lets you interact with our Books to enhance your learning
Authors
Author Alvaro Camillo Neto
Author William Grasel
Author Loiane Groner
Purchase Options
eBook $20.99 $30.99
Print $37.99
More Product Details Close
Mastering Angular Test-Driven Development
Mastering Angular Test-Driven Development
Build high-quality Angular apps with step-by-step instructions and practical examples
VIEW PRODUCT
Description
Do you want to learn how to build robust, reliable, and impressive Angular applications? If yes, then Angular test-driven development is for you! Mastering Angular Test-Driven Development is a comprehensive guide that provides you with essential resources to enhance your skills and deliver high-quality Angular applications. With a practical approach and real-world examples, the book extensively covers TDD concepts, techniques, and tools, going beyond unit testing to explore testing Angular pipes, forms, and reactive programming. In this book, you’ll learn how to validate and manipulate data using pipes, test Angular forms for input validation and user interactions, and handle asynchronous operations with reactive programming. Additionally, you’ll discover end-to-end testing using Protractor, Cypress, and Playwright frameworks, gaining valuable insights into writing robust tests for web applications, navigation, element interaction, and behavior validation. You’ll also understand how to integrate TDD with CI/CD, learning best practices for automating tests, deploying Angular applications, and achieving faster feedback loops. By the end of this book, you’ll be able to successfully implement TDD in your Angular projects with the help of practical examples, best practices, and clear explanations.
Read more
Oct 2024 246 pages
Coming Soon Coming Soon
Authors
Author Ezéchiel Amen AGBLA
More Product Details Close
Learning Angular
Learning Angular
A no-nonsense guide to building web applications with Angular 15
VIEW PRODUCT
Description
As 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.
Read more
Feb 2023 446 pages
AI Assistant AI Assistant
AI Assistant: Features our revolutionary AI Assistant technology which lets you interact with our Books to enhance your learning
Authors
Author Aristeidis Bampakos
Author Pablo Deeleman
Purchase Options
eBook $22.99 $33.99
Print $41.99
More Product Details Close
Angular Cookbook
Angular Cookbook
Over 80 actionable recipes every Angular developer should know
VIEW PRODUCT
Description
The Angular framework, powered by Google, is the framework of choice for many web development projects built across varying scales. It’s known to provide much-needed stability and a rich tooling ecosystem for building production-ready web and mobile apps. This recipe-based guide enables you to learn Angular concepts in depth using a step-by-step approach. You’ll explore a wide range of recipes across key tasks in web development that will help you build high-performance apps. The book starts by taking you through core Angular concepts such as Angular components, directives, and services to get you ready for building frontend web apps. You’ll develop web components with Angular and go on to cover advanced concepts such as dynamic components loading and state management with NgRx for achieving real-time performance. Later chapters will focus on recipes for effectively testing your Angular apps to make them fail-safe, before progressing to techniques for optimizing your app’s performance. Finally, you’ll create Progressive Web Apps (PWA) with Angular to provide an intuitive experience for users. By the end of this Angular book, you’ll be able to create full-fledged, professional-looking Angular apps and have the skills you need for frontend development, which are crucial for an enterprise Angular developer.
Read more
Aug 2021 652 pages
Authors
Author Muhammad Ahsan Ayaz
Author Najla Obaid
Purchase Options
eBook $20.98 $29.99
Print $38.99
More Product Details Close
Angular Router
Angular Router
From Angular core team member and creator of the router
VIEW PRODUCT
Description
Managing state transitions is one of the hardest parts of building applications. This is especially true on the web, where you also need to ensure that the state is reflected in the URL. In addition, you might want to split applications into multiple bundles and load them on demand. Doing this transparently isn’t easy. The Angular router solves these problems. Using the router, you can declaratively specify application states, manage state transitions while taking care of the URL, and load bundles on demand. This book is a complete description of the Angular router written by its designer. It goes far beyond a how-to-get-started guide and talks about the library in depth. The mental model, design constraints, and the subtleties of the API-everything is covered. You’ll learn in detail how to use the router in your own applications. Predominantly, you’ll understand the inner workings of the router and how you can configure it to work with any edge cases you come across in your sites. Throughout the book, you’ll see examples from real-world use in the MailApp application. You can view the full source of this application and see how the router code works to manage the state of the application and define what is visible on screen. Reading this book will give you deep insights into why the router works the way it does and will make you an Angular router expert.
Read more
Mar 2017 118 pages
Authors
Author Victor Savkin
Purchase Options
eBook $18.99 $27.99
Print $34.99
More Product Details Close
Angular Front To Back
Angular Front To Back
Master Angular 5 from the Basics to Building an Advanced Application with Firebase's Firestore as well as Authentication
VIEW PRODUCT
Description
This course was crafted to benefit absolutely any level of developer. We will start from scratch and learn how to create a development environment for Angular 5+, Setup Angular CLI and learn all of the fundamentals. We start by building a sandbox application to look at all of the main Angular concepts as well as building a logging application, then move to a much more advanced client management system with authentication and data storing with Firebase's new Firestore platform.
Read more
May 2018 11h 30m
Authors
Author Brad Traversy
Purchase Options
Video $49.99
More Product Details Close
Angular Design Patterns
Angular Design Patterns
Implement the Gang of Four patterns in your apps with Angular
VIEW PRODUCT
Description
This book is an insightful journey through the most valuable design patterns, and it will provide clear guidance on how to use them effectively in Angular. You will explore some of the best ways to work with Angular and how to use it to meet the stability and performance required in today's web development world. You’ll get to know some Angular best practices to improve your productivity and the code base of your application. We will take you on a journey through Angular designs for the real world, using a combination of case studies, design patterns to follow, and anti-patterns to avoid. By the end of the book, you will understand the various features of Angular, and will be able to apply well-known, industry-proven design patterns in your work.
Read more
Jul 2018 178 pages
Authors
Author Mathieu Nayrolles
Purchase Options
eBook $17.99 $25.99
Print $32.99
More Product Details Close
Architecting Angular Applications with Redux, RxJS, and NgRx
Architecting Angular Applications with Redux, RxJS, and NgRx
Learn to build Redux style high-performing applications with Angular 6
VIEW PRODUCT
Description
Managing the state of large-scale web applications is a highly challenging task with the need to align different components, backends, and web workers harmoniously. When it comes to Angular, you can use NgRx, which combines the simplicity of Redux with the reactive programming power of RxJS to build your application architecture, making your code elegant and easy to reason about, debug, and test. In this book, we start by looking at the different ways of architecting Angular applications and some of the patterns that are involved in it. This will be followed by a discussion on one-way data flow, the Flux pattern, and the origin of Redux. The book introduces you to declarative programming or, more precisely, functional programming and talks about its advantages. We then move on to the reactive programming paradigm. Reactive programming is a concept heavily used in Angular and is at the core of NgRx. Later, we look at RxJS, as a library and master it. We thoroughly describe how Redux works and how to implement it from scratch. The two last chapters of the book cover everything NgRx has to offer in terms of core functionality and supporting libraries, including how to build a micro implementation of NgRx. This book will empower you to not only use Redux and NgRx to the fullest, but also feel confident in building your own version, should you need it.
Read more
Mar 2018 364 pages
Purchase Options
eBook $27.98 $39.99
Print $48.99
More Product Details Close
Full Stack Development with Angular and GraphQL
Full Stack Development with Angular and GraphQL
Learn to build scalable monorepo and a complete Angular app using Apollo, Lerna, and GraphQL
VIEW PRODUCT
Description
GraphQL is an alternative to traditional REST technology for querying Web APIs. Together with Angular and TypeScript, it provides a tech stack option for building future-proof web applications that are robust and maintainable at any scale. This book leverages the potential of cutting-edge technologies like GraphQL and Apollo and helps Angular developers add it to their stack. Starting with introducing full-stack development, you will learn to create a monorepo project with Lerna and NPM Workspaces. You will then learn to configure Node.js-based backend using GraphQL, Express, and Apollo Server. The book will demonstrate how to build professional-looking UIs with Angular Material. It will then show you how to create Web APIs for your frontend with GraphQL. All this in a step-by-step manner. The book covers advanced topics such as local state management, reactive variables, and generating TypeScript types using the GraphQL scheme to develop a scalable codebase. By the end of this book, you'll have the skills you need to be able to build your full-stack application.
Read more
Mar 2022 390 pages
Authors
Author Ahmed Bouchefra
Purchase Options
eBook $22.99 $33.99
Print $41.99
More Product Details Close
Essential Angular
Essential Angular
Fast paced guide to Front-end web development with Angular
VIEW PRODUCT
Description
Essential Angular is a concise, complete overview of the key aspects of Angular, written by two Angular core contributors. The book covers the framework's mental model, its API, and the design principles behind it. This book is fully up to date with the latest release of Angular. Essential Angular gives you a strong foundation in the core Angular technology. It will help you put all the concepts into the right places so you will have a good understanding of why the framework is the way it is. Read this book after you have toyed around with the framework, but before you embark on writing your first serious Angular application. This book covers concepts such as the differences between Just-In-Time (JIT) and Ahead-Of-Time (AOT) compilation in Angular, alongside NgModules, components and directives. It also goes into detail on Dependency Injection and Change Detection: essential skills for Angular developers to master. The book finishes with a look at testing, and how to integrate different testing methodologies in your Angular code.
Read more
May 2017 108 pages
Authors
Author Victor Savkin
Author Jeff Cross
Purchase Options
eBook $15.99 $23.99
Print $29.99
More Product Details Close
Learning Angular
Learning Angular
A no-nonsense beginner's guide to building web applications with Angular 10 and TypeScript
VIEW PRODUCT
Description
Angular, loved by millions of web developers around the world, continues to be one of the top JavaScript frameworks thanks to its regular updates and new features that enable fast, cross-platform, and secure frontend web development. With Angular, you can achieve high performance using the latest web techniques and extensive integration with web tools and integrated development environments (IDEs). Updated to Angular 10, this third edition of the Learning Angular book covers new features and modern web development practices to address the current frontend web development landscape. If you are new to Angular, this book will give you a comprehensive introduction to help you get you up and running in no time. 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. The book is especially useful for beginners to get to grips with the bare bones of the framework needed to start developing Angular apps. 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.
Read more
Sep 2020 430 pages
Authors
Author Aristeidis Bampakos
Author Pablo Deeleman
Purchase Options
eBook $24.99 $35.99
Print $44.99
More Product Details Close
Learn Angular 8 by Creating a Simple Full Stack Web App
Learn Angular 8 by Creating a Simple Full Stack Web App
Learn Angular 8 by getting hands-on and creating a simple full-stack app using Angular 8 and its Web API
VIEW PRODUCT
Description
In this course, we will learn how to use Angular 8 and its Web API to create a simple full-stack app from scratch. We will be using Angular 8 for the frontend and the ASP. NET Web API with SQL Server for the backend. Important topics covered in Angular 8 include: • Install Angular 8 and create projects • Install Bootstrap and add material designs to your Angular project • Consume API methods (GET, PUT, POST, and DELETE) • Angular routing • Use form fields with drop-downs and date pickers By the end of this course, you will be able to create a simple full-stack app from scratch. All the code and supporting files for this course are available at - https://github.com/PacktPublishing/Learn-Angular-8-by-Creating-a-Simple-Full-Stack-Web-App
Read more
Aug 2019 5h 30m
Authors
Author Frahaan Hussain
Author Vinay Kumar
Purchase Options
Video $89.99
More Product Details Close
Angular 7: A Practical Guide
Angular 7: A Practical Guide
This practical course on Angular 7 (latest version) will help you become a better web application developer.
VIEW PRODUCT
Description
Do you want to learn Angular 7 in a practical way and want to build real-world apps? Then, this course is for you! This course covers the following topics: • How to set up your environment • How to use basic syntax, types, operators, and loops • How to use functions, arrays, tuples, and classes • The basics of Angular • How to create components • How to use encapsulation, interpolation, and event binding • How to create and use services • How to create HTTP requests • And much more... People who are passionate and want to learn more about AWS using Python and Boto3 will benefit from this course.
Read more
Feb 2019 11h 30m
Authors
Author Eduonix Learning Solutions
Purchase Options
Video $44.99
More Product Details Close
Learning Angular
Learning Angular
A practical guide to building web applications with modern Angular
VIEW PRODUCT
Description
Angular 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 18, 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 addressing the problem of migration from 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.
Read more
Dec 2024 450 pages
Early Access Early Access
Early Access: Early Access to all the eBooks as they are being written
Authors
Author Aristeidis Bampakos
More Product Details Close
AngularDart: Build Dynamic Web Apps with Angular and Dart
AngularDart: Build Dynamic Web Apps with Angular and Dart
Master Angular and Dart (AngularDart) and build high-performance, flexible, and dynamic web apps
VIEW PRODUCT
Description
Angular is one of the most popular platforms for building web as well as mobile and desktop apps, and AngularDart is Google's web app framework that leverages the Angular platform. Using the Dart programming language, AngularDart focuses on providing a more productive, high-performance, and stable way of building Angular apps. With this course, you'll learn how to use AngularDart and get started with building amazing web applications. As you explore its features, you'll also understand why Google engineers use AngularDart in their most lucrative applications and how you can leverage the sophistication and stability it provides to produce such critical applications. All the codes and supporting files for this course will be available at- https://github.com/PacktPublishing/AngularDart-Build-Dynamic-Web-Apps-with-Angular-and-Dart
Read more
May 2020 9h 51m
Authors
Author Paulo Dichone
Purchase Options
Video $168.99
More Product Details Close
Angular Projects
Angular Projects
Build modern web apps by exploring Angular 12 with 10 different projects and cutting-edge technologies
VIEW PRODUCT
Description
Packed with practical advice and detailed recipes, this updated second edition of Angular Projects will teach you everything you need to know to build efficient and optimized web applications using Angular. Among the things you’ll learn in this book are the essential features of the framework, which you’ll master by creating ten different real-world web applications. Each application will demonstrate how to integrate Angular with a different library and tool. As you advance, you’ll familiarize yourself with implementing popular technologies, such as Angular Router, Scully, Electron, Angular service worker, Nx monorepo tools, NgRx, and more while building an issue tracking system. You’ll also work on a PWA weather application, a mobile photo geotagging application, a component UI library, and many other exciting projects. In the later chapters, you’ll get to grips with customizing Angular CLI commands using schematics. By the end of this book, you will have the skills you need to be able to build Angular apps using a variety of different technologies according to your or your client’s needs.
Read more
Jul 2021 344 pages
AI Assistant AI Assistant
AI Assistant: Features our revolutionary AI Assistant technology which lets you interact with our Books to enhance your learning
Authors
Author Aristeidis Bampakos
Author Mark Thompson
Purchase Options
eBook $27.98 $39.99
Print $49.99
More Product Details Close
Accelerating Angular Development with Ivy
Accelerating Angular Development with Ivy
A practical guide to building faster and more testable Angular apps with the new Ivy engine
VIEW PRODUCT
Description
Angular Ivy is the latest rendering engine and compiler introduced in Angular. Ivy helps frontend developers to make their Angular applications faster, better optimized, and more robust. This easy-to-follow guide will help you get to grips with the new features of Angular Ivy and show you how to migrate your Angular apps from View Engine to Ivy. You'll begin by learning about the most popular features of Angular Ivy with the help of simple stand-alone examples and realize its capabilities by working on a real-world application project. You'll then discover strategies to improve your developer workflow through new debugging APIs, testing APIs, and configurations that support higher code quality and productive development features. Throughout the book, you'll explore essential components of Angular, such as Angular Component Dev Kit (CDK), Ahead-of-time (AOT) compilation, and Angular command line interface (CLI). Finally, you'll gain a clear understanding of these components along with Angular Ivy which will help you update your Angular applications with modern features. By the end of this Angular Ivy book, you will learn about the core features of Angular Ivy, discover how to migrate your Angular View Engine application, and find out how to set up a high-quality Angular Ivy project.
Read more
Oct 2021 242 pages
Authors
Author Lars Gyrup Brink Nielsen
Author Mateus Carniatto
Author Jacob Andresen
Author Santosh Yadav
Purchase Options
eBook $17.99 $25.99
Print $32.99
More Product Details Close
Angular (Full App) with Angular Material, Angularfire and NgRx
Angular (Full App) with Angular Material, Angularfire and NgRx
Use Angular, Angular Material, Angularfire (+ Firebase with Firestore) and NgRx to build a real Angular App
VIEW PRODUCT
Description
This course will take you on a journey where you'll you will learn to build a real Angular app using Angular, Angular Material, AngularFire (+ Firebase with Firestore), and NgRx. Angular is an amazing frontend framework with which you can build powerful web applications; we will add real-time database functionalities and see our updates almost before we make them here. This course offers a brief refresher on Angular, a detailed introduction into Angular Material, and a realistic app that uses many Angular Material components. The code bundle for this video course is available at https://github.com/PacktPublishing/Angular-Full-App-with-Angular-Material-Angularfire-and-NgRx
Read more
Oct 2018 11h 30m
Authors
Author Academind by Maximilian Schwarzmüller
Purchase Options
Video $54.99
More Product Details Close
MongoDB, Express, Angular, and Node.js Fundamentals
MongoDB, Express, Angular, and Node.js Fundamentals
Become a MEAN master and rule the world of web applications
VIEW PRODUCT
Description
MongoDB, Express, Angular and Node.js Fundamentals is a practical guide to the tried-and-true production-ready MEAN stack, with tips and best practices. The book begins by demystifying the MEAN architecture. You’ll take a look at the features of the JavaScript libraries, technologies, and frameworks that make up a MEAN stack. With this book, you'll not only learn how to develop highly scalable, asynchronous, and event-driven APIs quickly with Express and Node.js, but you'll also be able put your full-stack skills to use by building two full-fledged MEAN applications from scratch. You’ll understand how to build a blogging application using the MEAN stack and get to grips with user authentication using MEAN. As you progress through the chapters, you’ll explore some old and new features of Angular, such as pipes, reactive forms, modules and optimizing apps, animations and unit testing, and much more. By the end of the book, you’ll get ready to take control of the MEAN stack and transform into a full-stack JavaScript developer, developing efficient web applications using Javascript technologies.
Read more
Mar 2019 362 pages
Authors
Author Paul Oluyege
Purchase Options
eBook $17.99 $26.99
Print $38.99
More Product Details Close
Hands-On Web Development with ASP.NET Core and Angular 7 [V]
Hands-On Web Development with ASP.NET Core and Angular 7 [V]
Build an app that communicates with frontend and backend UIs
VIEW PRODUCT
Description
Have you ever wondered why so many applications do not become successful or popular? Are you looking to create a user-friendly cross-platform app with a powerful UI? This course will teach you to blend the power of Angular UI and .NET Core to create interactive, real-world applications that can easily communicate between the frontend and backend. You will create strong Angular UI (and flawless cross-platform ASP.NET Core) shopping applications and web services for querying data. Then you will move on to structure Angular routing, build a pipeline, and complete a nice Angular UI with a shopping cart. By the end of the course you will be an established and confident full-stack developer who can easily build projects/models using Angular and ASP.NET The code bundle for this course is available at https://github.com/PacktPublishing/Hands-on-Web-Development-with-ASP.NET-Core-and-Angular-7 This course uses Angular 7, and ASP.NET Core 2.1, while not the latest version available, it provides relevant and informative content for legacy users of Angular and ASP.NET Core.
Read more
Feb 2019 3h 30m
Authors
Author Reynald Adolphe
Purchase Options
Video $137.99
More Product Details Close
Server-Side Enterprise Development with Angular
Server-Side Enterprise Development with Angular
Use Angular Universal to pre-render your web pages, improving SEO and application UX
VIEW PRODUCT
Description
With the help of Server-Side Enterprise Development with Angular, equip yourself with the skills required to create modern, progressive web applications that load quickly and efficiently. This fast-paced book is a great way to learn how to build an effective UX by using the new features of Angular 7 beta, without wasting efforts in searching for referrals. To start off, you'll install Angular CLI and set up a working environment, followed by learning to distinguish between the container and presentational components. You'll explore advanced concepts such as making requests to a REST API from an Angular application, creating a web server using Node.js and Express, and adding dynamic metadata. You'll also understand how to implement and configure a service worker using Angular PWA and deploy the server-side rendered app to the cloud. By the end of this book, you'll have developed skills to serve your users views that load instantly, while reaping all the SEO benefits of improved page indexing.
Read more
Nov 2018 142 pages
Authors
Author Bram Borggreve
Purchase Options
eBook $17.99 $25.99
Print $32.99
More Product Details Close
Learning Angular 7
Learning Angular 7
Build High-performance Single-page Applications with Angular 7
VIEW PRODUCT
Description
This course will show you how to set up an Angular project, and you'll build Angular components with the latest version of Angular 7. In this course, you’ll learn all the fundamentals about modules, directives, components, data binding, routing, HTTP access, and providing full CRUD operations. Then you’ll learn how to route dynamically, how to retrieve data from a route, and how to protect your routes with guards. Finally, you'll see how to use material components and animations to manage transitions to give the user a wow experience. By the end of this course, you'll have a good understanding of Angular 7 and its features in general and you'll be able to build web applications. All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/Learning-Angular-7
Read more
Dec 2018 4h 6m
Authors
Author Sam Orgill
Purchase Options
Video $137.99
More Product Details Close
Learn Protractor (Angular Testing) from Scratch with Framework
Learn Protractor (Angular Testing) from Scratch with Framework
A step-by-step and practical course to learn Protractor
VIEW PRODUCT
Description
With a sudden increase in demand for JavaScript frameworks and Angular applications, Protractor is turning out to be one of the hottest automation testing tools available in the market. This course will help you to get started with Protractor and will show you how easy it is to automate Angular applications. The course starts with an introduction to Protractor, explaining the basics and the installation process. Next, you will learn the JavaScript fundamentals and understand how to solve JavaScript asynchronous promises with Protractor. You will then learn the concepts of Protractor tests and core APIs and learn how to handle Angular User Interface (UI) elements, frames, and synchronization with Protractor. Moving along, you will learn the basics of TypeScript and dive into building the TypeScript-Cucumber framework using Protractor. Next, you will learn page object mechanism in the JavaScript framework and get an in-depth understanding of package.json files and npm commands. Later, you will learn to perform data-driven testing using the Jasmine framework and learn how to generate Protractor test reports for clients. Finally, you will learn the techniques to integrate the Protractor framework with the Continuous Integration (CI) Jenkins tool and get an overview of GitHub. By the end of this course, you will have complete knowledge of Protractor API needed to automate Angular and non-Angular applications. The code files are available here: https://github.com/packtpublishing/learn-protractor-angular-automation-tool-from-scratch
Read more
Aug 2018 21h 9m
Authors
Author Rahul Shetty
Purchase Options
Video $186.99
More Product Details Close
Modern Web Design Patterns in Angular 8
Modern Web Design Patterns in Angular 8
Build enterprise-ready modern apps with Angular 8
VIEW PRODUCT
Description
Angular is one of the largest and most widely used frameworks for front-end and full-stack web development; the Angular community is very eager to get hands-on with its latest features. Design patterns allow for a structured and more intuitive way to build applications that are modular, highly scalable and fault-tolerant. This course will serve as a practical and insightful journey through the most valuable design patterns in use, and provides clear guidance on how to use them effectively in Angular. You will explore the best ways to work with Angular and how to use it to achieve the stability and performance required in today's web development world. You'll get to know best practices to improve your productivity and your application's code base. By the end, you’ll be capable using Angular 8 (and future versions) to build better applications that are scalable and high-performing. Here is Github link to this video course: https://github.com/PacktPublishing/Modern-Web-Design-Patterns-in-Angular-8
Read more
Jun 2019 2h 32m
Authors
Author David Acosta
Purchase Options
Video $137.99
More Product Details Close
Architecting Reactive Angular Applications with Redux and NgRx
Architecting Reactive Angular Applications with Redux and NgRx
Eliminate problems in writing reactive applications
VIEW PRODUCT
Description
Have you ever thought of combining the power of Redux and reactive JavaScript to build a responsive and reactive application? Well then, this course is your ideal choice to manage state in Angular to write reactive apps. This course will help you build Angular applications by incorporating reactive programming principles and making it easier to develop, test, and debug your applications. Throughout the nine sections, the extensive examples will help you implement state management with Redux, create observables, and handle errors with RxJS. You will first explore NgRx to set up the state, add a store, debug its state, and customize the saved router state. After that, you will learn to handle side effects and add support to your app. You’ll learn to reduce the boilerplate code and use blueprints for scaffolding out features. This course will not only empower you to use Redux and NgRx to the fullest but will also help you build your own micro implementation of NgRx for a database-backed app. The code bundle for this course is available at: https://github.com/PacktPublishing/Architecting-Reactive-Angular-Applications-with-Redux-and-NgRx-Video-
Read more
May 2019 5h 58m
Authors
Author Christoffer Noring
Purchase Options
Video $137.99
More Product Details Close
Beginning Server-Side Application Development with Angular
Beginning Server-Side Application Development with Angular
Discover how to rapidly prototype SEO-friendly web applications with Angular Universal
VIEW PRODUCT
Description
Equip yourself with the skills required to create modern, progressive web applications that load quickly and efficiently. This fast-paced guide to server-side Angular leads you through an example application that uses Angular Universal to render application pages on the server, rather than the client. You'll learn how to serve your users views that load instantly, while reaping all the SEO benefits of improved page indexing. With differences of just 200 milliseconds in performance having a measurable impact on your users, it's more important than ever to get server-side right.
Read more
Apr 2018 110 pages
Authors
Author Bram Borggreve
Purchase Options
eBook $8.99 $13.99
Print $16.99
More Product Details Close
Learning Angular Services
Learning Angular Services
A step-by-step guide to using and building Angular Services
VIEW PRODUCT
Description
Angular services hold the business logic of an application and are used to organize and share code between components through dependency injection. With this course, you’ll get answers to all Angular Services use cases, and more. We will start to make use of existing services and tackle different Angular challenges. So, let's build our own custom Angular services and master the concept of Observables. Each section of this course provides you with hands-on training in working with custom services or built-in services. This course will teach you not only to build services but also to use them in Angular components. By the end of this course, you will be able to create dynamic web applications using the REST API, unit-test your services, and develop a more solid understanding of asynchronous and reactive programming. The code files for this course is present in the github link here: https://github.com/PacktPublishing/Learning-Angular-Services-Video
Read more
Mar 2019 1h 54m
Authors
Author Sam Orgill
Purchase Options
Video $137.99
More Product Details Close
Angular - The Complete Guide [2024 Edition]
Angular - The Complete Guide [2024 Edition]
Advanced Techniques in Angular Development
VIEW PRODUCT
Description
Welcome to our comprehensive Angular course designed for web development professionals seeking to master this powerful framework. This course begins with an introduction to Angular, explaining its evolution, stability, and why it stands out among other frameworks. You'll learn to set up your development environment and create your first Angular project, setting the stage for more complex applications. In the following sections, we delve into the essentials of Angular, including components, templates, and services. You'll discover how to manage and create components using Angular CLI, output dynamic content, and understand the intricacies of Angular's change detection mechanism. The course also covers advanced topics like module-based app structures, Angular services, dependency injection, and state management using NgRx. Each module is designed to build upon the last, ensuring a smooth learning curve and a thorough understanding of Angular's capabilities. From creating reusable components and working with forms to debugging and optimizing applications, this course offers a holistic approach to Angular development. By the end, you'll be equipped with the knowledge and skills to build, deploy, and maintain high-performance Angular applications, making you a valuable asset in the field of web development.
Read more
Apr 2018 58h 41m
Authors
Author Maximilian Schwarzmüller
Purchase Options
Video $174.99
More Product Details Close
Hands-On Full Stack Web Development with Angular 6 and Laravel 5
Hands-On Full Stack Web Development with Angular 6 and Laravel 5
Become fluent in both frontend and backend web development with Docker, Angular and Laravel
VIEW PRODUCT
Description
Angular, considered as one of the most popular and powerful frontend frameworks, has undergone a major overhaul to embrace emerging web technologies so that developers can build cutting-edge web applications. This book gives you practical knowledge of building modern full-stack web apps from scratch using Angular with a Laravel Restful back end. The book begins with a thorough introduction to Laravel and Angular and its core concepts like custom errors messages, components, routers, and Angular-cli, with each concept being explained first, and then put into practice in the case-study project. With the basics covered, you will learn how sophisticated UI features can be added using NgBootstrao and a component-based architecture. You will learn to extend and customize variables from Bootstrap CSS framework. You will learn how to create secure web application with Angular and Laravel using token based authentication. Finally, you will learn all about progressive web applications and build and deploy a complete fullstack application using Docker and Docker-compose. By the end of this book, you'll gain a solid understanding of Angular 6 and how it interacts with a Laravel 5.x backend
Read more
Jul 2018 420 pages
Authors
Author Fernando Monteiro
Purchase Options
eBook $27.98 $39.99
Print $48.99
More Product Details Close
Getting Started with Angular
Getting Started with Angular
Build high-performance apps with Angular 5
VIEW PRODUCT
Description
Angular is the modern framework you need to build performant and robust web applications. This video is the quickest way to upgrade your AngularJS knowledge to the brave new world of Angular, and get to grips with the framework. It starts with an overview, putting the changes of the framework into the context of version 1. After that, you will be taken on a TypeScript crash-course so you can take advantage of Angular in its native, statically-typed environment. You'll explore the new change detection mechanism in detail, how directives and components have changed, how you create applications with Angular, and much more. Next, you'll understand how to efficiently develop forms, use the router, implement communication with HTTP services, and transform data with custom pipes. Finally, we take a look at Angular's Ahead-of-Time compiler; angular-cli, and other such tools that help us build professional applications. By the end of the book, you'll be ready to start building quick and efficient Angular applications compatible with Angular 2 and Angular 4. This video is up-to-date for the Angular 4 release and is compatible through with the 5.0 release as well.
Read more
Nov 2017 2h 32m
Authors
Author Alain Chautard
Purchase Options
Video $137.99
More Product Details Close
JavaScript Choice Made Easy - Angular v. React v. Vue
JavaScript Choice Made Easy - Angular v. React v. Vue
Learn your way to successful front-end career
VIEW PRODUCT
Description
Embark on a comprehensive journey into JavaScript frameworks with Angular, React, and Vue.js. Understand the unique applications of each framework and dive deep into building real-world projects. From exploring the basics to advanced concepts like state management and testing, this course equips you to make informed decisions and excel in the ever-evolving JavaScript landscape.
Read more
Nov 2017 5h 42m
Authors
Author Daniel Kmak
Purchase Options
Video $137.99
More Product Details Close
Switching to Angular
Switching to Angular
Align with Google's long-term vision for Angular version 5 and beyond
VIEW PRODUCT
Description
Align your work to stable APIs of Angular, version 5 and beyond, with Angular expert Minko Gechev. Angular is the modern Google framework for you to build high-performance, SEO-friendly, and robust web applications. Switching to Angular, Third Edition, shows you how you can align your current and future development with Google's long-term vision for Angular. Gechev shares his expert knowledge and community involvement to give you the clarity you need to confidently switch to Angular and stable APIs. Minko Gechev helps you get to grips with Angular with an overview of the framework, and understand the long-term building blocks of Google's web framework. Gechev then gives you the lowdown on TypeScript with a crash course, so you can take advantage of Angular in its native, statically typed environment. You'll next move on to see how to use Angular dependency injection, plus how Angular router and forms, and Angular pipes, are designed to work for your projects today and in the future. You'll be aligned with the vision and techniques of the one Angular, and be ready to start building quick and efficient Angular applications. You'll know how to take advantage of the latest Angular features and the core, stable APIs you can depend on. You'll be ready to confidently plan your future with the Angular framework.
Read more
Oct 2017 280 pages
Authors
Author Minko Gechev
Purchase Options
eBook $17.99 $25.99
Print $32.99
36  items/page