Angular Router.

Saved in:
Bibliographic Details
Author / Creator:Savkin, Victor.
Imprint:Packt Publishing, 2017.
Description:1 online resource
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/13650327
Hidden Bibliographic Details
ISBN:1787287157
9781787287150
1787288900
9781787288904
9781787288904
1787288900
Notes:Print version record.
Summary:Annotation From Angular core team member and creator of the routerAbout This Book* Written by the creator of the Angular router, giving you the best information straight from the source* Get full coverage of the entire Angular Router library and understand exactly how every command works* Essential for all serious users of Angular who need to manage states within their applicationsWho This Book Is ForTo get the most from this book, you should already have a good understanding of Angular and general web development. What You Will Learn* Understand the role of the Angular router and how to make the most of it* Build and parse complex URLs* Learn about the componentless and empty-path routes* Take control of states in your application* Make use of imperative navigation* Understand guards and how they can benefit your applications* Optimize configuration and run tests on your routingIn DetailManaging 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. Style and approachThis is an extremely practical book full of code examples and descriptions to help you understand the inner workings of the Angular router.
Other form:Print version: Savkin, Victor. Angular Router. Birmingham : Packt Publishing, ©2017
Standard no.:9781787288904

MARC

LEADER 00000cam a2200000Ma 4500
001 13650327
006 m o d
007 cr |n|||||||||
008 170324s2017 xx o 000 0 eng d
005 20241126144457.1
019 |a 978868150  |a 979872360  |a 980160395  |a 980415783  |a 980725440  |a 980813269  |a 980966775  |a 982019050  |a 982065165 
020 |a 1787287157  |q (ebk) 
020 |a 9781787287150 
020 |a 1787288900 
020 |a 9781787288904 
020 |z 9781787288904 
020 |z 1787288900  |q (Trade Paper) 
024 3 |a 9781787288904 
035 9 |a (OCLCCM-CC)978856290 
035 |a (OCoLC)978856290  |z (OCoLC)978868150  |z (OCoLC)979872360  |z (OCoLC)980160395  |z (OCoLC)980415783  |z (OCoLC)980725440  |z (OCoLC)980813269  |z (OCoLC)980966775  |z (OCoLC)982019050  |z (OCoLC)982065165 
037 |a 1002349  |b MIL 
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d YDX  |d MERUC  |d UMI  |d STF  |d TOH  |d OCLCF  |d COO  |d OCLCQ  |d VT2  |d OCLCQ  |d OCLCA  |d OCL  |d CEF  |d KSU  |d DEBBG  |d WYU  |d OCLCQ  |d OCLCO  |d LVT  |d UAB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCL 
049 |a MAIN 
050 4 |a T55.4-60.8 
100 1 |a Savkin, Victor. 
245 1 0 |a Angular Router. 
260 |b Packt Publishing,  |c 2017. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
520 8 |a Annotation  |b From Angular core team member and creator of the routerAbout This Book* Written by the creator of the Angular router, giving you the best information straight from the source* Get full coverage of the entire Angular Router library and understand exactly how every command works* Essential for all serious users of Angular who need to manage states within their applicationsWho This Book Is ForTo get the most from this book, you should already have a good understanding of Angular and general web development. What You Will Learn* Understand the role of the Angular router and how to make the most of it* Build and parse complex URLs* Learn about the componentless and empty-path routes* Take control of states in your application* Make use of imperative navigation* Understand guards and how they can benefit your applications* Optimize configuration and run tests on your routingIn DetailManaging 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. Style and approachThis is an extremely practical book full of code examples and descriptions to help you understand the inner workings of the Angular router. 
505 0 |a Cover -- Credits -- About the Author -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: What Do Routers Do? -- Router configuration -- Router state -- Navigation -- Summary -- Isn't it all about the URL? -- Chapter 2: Overview -- URL format -- Applying redirects -- Recognizing states -- Running guards -- Resolving data -- Activating components -- Using parameters -- Navigation -- Imperative navigation -- RouterLink -- Summary -- Chapter 3: URLs -- Simple URL -- Params -- Query params -- Secondary segments -- Chapter 4: URL Matching -- Backtracking -- Depth-first -- Wildcards -- Empty-path routes -- Matching strategies -- Componentless routes -- Sibling components using same data -- Composing componentless and empty-path routes -- Summary -- Chapter 5: Redirects -- Local and absolute redirects -- One redirect at a time -- Using redirects to normalize URLs -- Using redirects to enable refactoring -- Chapter 6: Router State -- What is RouterStateSnapshot? -- Accessing snapshots -- ActivatedRoute -- URL -- Params -- Data -- Query params and fragment -- Chapter 7: Links and Navigation -- Imperative navigation -- Router.navigate -- Passing an array or a string -- Passing matrix params -- Updating secondary segments -- Relative navigation -- Forcing absolute navigation -- Navigation is URL-based -- Passing query params and fragment -- RouterLink -- Active links -- Exact matching -- Adding classes to ancestors -- Summary -- Chapter 8: Lazy Loading -- Example -- Just one problem -- Lazy loading -- Referring to lazily-loaded module -- Deep linking -- Sync link generation -- Navigation is URL-based -- Customizing module loader -- Preloading modules -- Enabling preloading -- Custom preloading strategy -- Chapter 9: Guards -- CanLoad -- CanActivate -- CanActivateChild -- CanDeactivate -- Chapter 10: Events -- Enable tracing. 
505 8 |a Listening to events -- Grouping by navigation ID -- Showing spinner -- Chapter 11: Testing Router -- Isolated tests -- Shallow testing -- Integration testing -- Summary -- Chapter 12: Configuration -- Importing RouterModule -- Configuring router service -- Enable tracing -- Use hash -- Disable initial navigation -- Custom error handler -- Appendix: Fin -- Bug reports -- Example app -- Index. 
630 0 0 |a AngularJS (Software framework) 
630 0 7 |a AngularJS (Software framework)  |2 fast 
650 0 |a Routers (Computer networks)  |0 http://id.loc.gov/authorities/subjects/sh99004539 
650 6 |a Routeurs (Réseaux d'ordinateurs) 
650 7 |a Routers (Computer networks)  |2 fast 
758 |i has work:  |a Angular router (Work)  |1 https://id.oclc.org/worldcat/entity/E39PCYjWPWtrFfc6Qvc6v4DCkP  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Savkin, Victor.  |t Angular Router.  |d Birmingham : Packt Publishing, ©2017 
856 4 0 |u https://go.oreilly.com/uchicago/library/view/-/9781787288904/?ar  |y O'Reilly 
929 |a oclccm 
999 f f |s 8690225a-a505-4dd4-9e8c-12b88971d77e  |i ef866bdb-42df-4a57-851d-cee6a63506eb 
928 |t Library of Congress classification  |a T55.4-60.8  |l Online  |c UC-FullText  |u https://go.oreilly.com/uchicago/library/view/-/9781787288904/?ar  |z O'Reilly  |g ebooks  |i 13793269