Angular router :: from angular core team member and creator of the router /
From Angular core team member and creator of the router About 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 serio...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, England ; Mumbai, [India] :
Packt Publishing,
2017.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | From Angular core team member and creator of the router About 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 applications Who This Book Is For To 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 routing In Detail 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. Style and approach This is an extremely practical book full of code examples and descriptions to help you understand the inner workings of the Angular router. Downloading the example code for this book. You can download the ... |
Beschreibung: | 1 online resource (109 pages) : illustrations (some color) |
ISBN: | 1787287157 9781787287150 |
Internformat
MARC
LEADER | 00000cam a2200000Mi 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn986104384 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m d | ||
007 | cr ||||||||||| | ||
008 | 170406t20172017enka o 001 0 eng d | ||
040 | |a IDEBK |b eng |e rda |c IDEBK |d OCLCQ |d IDEBK |d OCLCO |d OCLCF |d COO |d UOK |d UKMGB |d N$T |d ZCU |d UKAHL |d QGK |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d DXU | ||
015 | |a GBB7K1329 |2 bnb | ||
016 | 7 | |a 018316672 |2 Uk | |
019 | |a 982376937 |a 985920428 |a 986428061 |a 1259221070 | ||
020 | |a 1787287157 |q (ebk) | ||
020 | |a 9781787287150 |q (electronic bk.) | ||
035 | |a (OCoLC)986104384 |z (OCoLC)982376937 |z (OCoLC)985920428 |z (OCoLC)986428061 |z (OCoLC)1259221070 | ||
037 | |a 1002349 |b MIL | ||
050 | 4 | |a QA76.7 | |
072 | 7 | |a COM |x 021000 |2 bisacsh | |
082 | 7 | |a 005.13 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Savkin, Victor, |e author. | |
245 | 1 | 0 | |a Angular router : |b from angular core team member and creator of the router / |c Victor Savkin. |
264 | 1 | |a Birmingham, England ; |a Mumbai, [India] : |b Packt Publishing, |c 2017. | |
264 | 4 | |c ©2017 | |
300 | |a 1 online resource (109 pages) : |b illustrations (some color) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
520 | |a From Angular core team member and creator of the router About 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 applications Who This Book Is For To 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 routing In Detail 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. Style and approach This is an extremely practical book full of code examples and descriptions to help you understand the inner workings of the Angular router. Downloading the example code for this book. You can download the ... | ||
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. | |
650 | 0 | |a Programming languages (Electronic computers) |0 http://id.loc.gov/authorities/subjects/sh85107313 | |
650 | 0 | |a Software frameworks. |0 http://id.loc.gov/authorities/subjects/sh2013002773 | |
650 | 6 | |a Cadres d'applications (Informatique) | |
650 | 7 | |a COMPUTERS |x Databases |x General. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Web |x Web Programming. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Web |x Web Services & APIs. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x JavaScript. |2 bisacsh | |
650 | 7 | |a Programming languages (Electronic computers) |2 fast | |
650 | 7 | |a Software frameworks |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 | |z 1-78728-890-0 | ||
776 | |z 1-78728-715-7 | ||
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1488408 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH32563847 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis37861752 | ||
938 | |a EBSCOhost |b EBSC |n 1488408 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn986104384 |
---|---|
_version_ | 1816882388207140864 |
adam_text | |
any_adam_object | |
author | Savkin, Victor |
author_facet | Savkin, Victor |
author_role | aut |
author_sort | Savkin, Victor |
author_variant | v s vs |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.7 |
callnumber-search | QA76.7 |
callnumber-sort | QA 276.7 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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. 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. |
ctrlnum | (OCoLC)986104384 |
dewey-full | 005.13 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13 |
dewey-search | 005.13 |
dewey-sort | 15.13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07234cam a2200589Mi 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn986104384</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m d </controlfield><controlfield tag="007">cr |||||||||||</controlfield><controlfield tag="008">170406t20172017enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">IDEBK</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="c">IDEBK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCF</subfield><subfield code="d">COO</subfield><subfield code="d">UOK</subfield><subfield code="d">UKMGB</subfield><subfield code="d">N$T</subfield><subfield code="d">ZCU</subfield><subfield code="d">UKAHL</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">DXU</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB7K1329</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018316672</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">982376937</subfield><subfield code="a">985920428</subfield><subfield code="a">986428061</subfield><subfield code="a">1259221070</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1787287157</subfield><subfield code="q">(ebk)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781787287150</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)986104384</subfield><subfield code="z">(OCoLC)982376937</subfield><subfield code="z">(OCoLC)985920428</subfield><subfield code="z">(OCoLC)986428061</subfield><subfield code="z">(OCoLC)1259221070</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">1002349</subfield><subfield code="b">MIL</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.7</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">021000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.13</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Savkin, Victor,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Angular router :</subfield><subfield code="b">from angular core team member and creator of the router /</subfield><subfield code="c">Victor Savkin.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, England ;</subfield><subfield code="a">Mumbai, [India] :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="264" ind1=" " ind2="4"><subfield code="c">©2017</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (109 pages) :</subfield><subfield code="b">illustrations (some color)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">From Angular core team member and creator of the router About 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 applications Who This Book Is For To 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 routing In Detail 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. Style and approach This is an extremely practical book full of code examples and descriptions to help you understand the inner workings of the Angular router. Downloading the example code for this book. You can download the ...</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Programming languages (Electronic computers)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85107313</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Software frameworks.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2013002773</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Cadres d'applications (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Databases</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Web</subfield><subfield code="x">Web Programming.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Web</subfield><subfield code="x">Web Services & APIs.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">JavaScript.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programming languages (Electronic computers)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Software frameworks</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Angular router (Work)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCYjWPWtrFfc6Qvc6v4DCkP</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78728-890-0</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78728-715-7</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1488408</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH32563847</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis37861752</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1488408</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn986104384 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:49Z |
institution | BVB |
isbn | 1787287157 9781787287150 |
language | English |
oclc_num | 986104384 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (109 pages) : illustrations (some color) |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Savkin, Victor, author. Angular router : from angular core team member and creator of the router / Victor Savkin. Birmingham, England ; Mumbai, [India] : Packt Publishing, 2017. ©2017 1 online resource (109 pages) : illustrations (some color) text txt rdacontent computer c rdamedia online resource cr rdacarrier text file From Angular core team member and creator of the router About 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 applications Who This Book Is For To 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 routing In Detail 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. Style and approach This is an extremely practical book full of code examples and descriptions to help you understand the inner workings of the Angular router. Downloading the example code for this book. You can download the ... 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. 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. Programming languages (Electronic computers) http://id.loc.gov/authorities/subjects/sh85107313 Software frameworks. http://id.loc.gov/authorities/subjects/sh2013002773 Cadres d'applications (Informatique) COMPUTERS Databases General. bisacsh COMPUTERS Web Web Programming. bisacsh COMPUTERS Web Web Services & APIs. bisacsh COMPUTERS Programming Languages JavaScript. bisacsh Programming languages (Electronic computers) fast Software frameworks fast has work: Angular router (Work) https://id.oclc.org/worldcat/entity/E39PCYjWPWtrFfc6Qvc6v4DCkP https://id.oclc.org/worldcat/ontology/hasWork 1-78728-890-0 1-78728-715-7 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1488408 Volltext |
spellingShingle | Savkin, Victor Angular router : from angular core team member and creator of the router / 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. 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. Programming languages (Electronic computers) http://id.loc.gov/authorities/subjects/sh85107313 Software frameworks. http://id.loc.gov/authorities/subjects/sh2013002773 Cadres d'applications (Informatique) COMPUTERS Databases General. bisacsh COMPUTERS Web Web Programming. bisacsh COMPUTERS Web Web Services & APIs. bisacsh COMPUTERS Programming Languages JavaScript. bisacsh Programming languages (Electronic computers) fast Software frameworks fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85107313 http://id.loc.gov/authorities/subjects/sh2013002773 |
title | Angular router : from angular core team member and creator of the router / |
title_auth | Angular router : from angular core team member and creator of the router / |
title_exact_search | Angular router : from angular core team member and creator of the router / |
title_full | Angular router : from angular core team member and creator of the router / Victor Savkin. |
title_fullStr | Angular router : from angular core team member and creator of the router / Victor Savkin. |
title_full_unstemmed | Angular router : from angular core team member and creator of the router / Victor Savkin. |
title_short | Angular router : |
title_sort | angular router from angular core team member and creator of the router |
title_sub | from angular core team member and creator of the router / |
topic | Programming languages (Electronic computers) http://id.loc.gov/authorities/subjects/sh85107313 Software frameworks. http://id.loc.gov/authorities/subjects/sh2013002773 Cadres d'applications (Informatique) COMPUTERS Databases General. bisacsh COMPUTERS Web Web Programming. bisacsh COMPUTERS Web Web Services & APIs. bisacsh COMPUTERS Programming Languages JavaScript. bisacsh Programming languages (Electronic computers) fast Software frameworks fast |
topic_facet | Programming languages (Electronic computers) Software frameworks. Cadres d'applications (Informatique) COMPUTERS Databases General. COMPUTERS Web Web Programming. COMPUTERS Web Web Services & APIs. COMPUTERS Programming Languages JavaScript. Software frameworks |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1488408 |
work_keys_str_mv | AT savkinvictor angularrouterfromangularcoreteammemberandcreatoroftherouter |