{"id":4329,"date":"2020-08-13T09:00:00","date_gmt":"2020-08-13T07:00:00","guid":{"rendered":"https:\/\/wata.es\/?p=4329"},"modified":"2025-04-14T16:53:37","modified_gmt":"2025-04-14T14:53:37","slug":"migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits","status":"publish","type":"post","link":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/","title":{"rendered":"Migration of a project from Angular 7 to Angular 8: What are the benefits?"},"content":{"rendered":"\n<p>From a business perspective, Angular CLI has become one of the most productive front-end frameworks due to the <strong>extensive documentation and support of the developer community<\/strong>.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Since Angular 2, this framework has developed progressively and continuously and has positioned itself as one of the most important frameworks in recent years. But <strong>what are the advantages?<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">What advantages does Angular offer?<\/h4>\n\n\n\n<p>Angular brings many advantages In the following section we will focus on those that are most important to us:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Angular uses <strong>TypeScript<\/strong>, with all its advantages, as a basis. This makes the (abundant) documentation easier to understand, design patterns are more clearly recognizable and the code is easier to read. This consistency (compared to pure Javascript) also leads to the fact that overloading and confusion, which can occur when introducing a new framework, can be avoided with Angular.<\/li><li><strong>Standardized web components<\/strong> that allow the creation of new, custom, reusable and self-contained HTML tags that can later be reused in other Angular applications and relatively easily converted into native web components<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Angular 8: the transition to a comprehensive modernisation<\/h4>\n\n\n\n<p>Angular 8 is a <strong><em>stepwiseascent<\/em> for the <em>big change<\/em>: Angular 9<\/strong>. At this intermediate step, we can benefit from Angular in all its glory, as it has a stable core and new features that enhance usability:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Lazy Loading<\/strong>, refers to the delay in loading or initializing an object until the moment it is used. Although this pattern is widely used, Angular makes it easier to use by implementing it in the core from the start, which saves on loading objects and improves loading times for both the user and the developer.<\/li><li><strong>Differential loading<\/strong>: one of the biggest changes in angular, and a major reason to migrate a project. This feature allows you to compile two <em>bundles<\/em> simultaneously, so you can use one or the other bundle depending on the browser you are using. This feature is a plus in development where compatibility between old (IE, older versions of Edge) and modern browsers (i.e. <strong>ES5 or ES6<\/strong>) must be maintained, while reducing the size of the bundles by 7 to 20%.<\/li><li><strong>Web Workers<\/strong>: We finally have Minions in the core to get the job done! \ud83d\ude03 Starting with version 8, Angular supports Web Workers, which allows us to create tasks in the background in the browser.<\/li><\/ul>\n\n\n\n<p>For developers we also find a number of benefits that improve our implementations, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>New functions in <strong>routing<\/strong>.<\/li><li>Improvements in <strong>dependency<\/strong> management.<\/li><li>Finally, the HTTP library is renewed and replaced by the <strong>HTTPClient<\/strong>.<\/li><li>It is no longer necessary to create the <strong>browserlist<\/strong> and set the path, it is now configured by default.<\/li><\/ul>\n\n\n\n<p>But the big change comes with <strong>IVY, the new rendering engine<\/strong> implemented in later versions of the framework &#8211; Angular 9 &#8211; which is responsible for some improvements in Angular 8. What will be available in this version?<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>An <strong>Incremental DOM<\/strong> as main structure. It is based on the creation of a tree with the statements already compiled from each component, forming a DOM network and DOM branches With this new structure, the DOM update time is reduced because it is not necessary to build the complete tree, but only the affected branch.<\/li><li>&#8220;<strong>Shakable Tree<\/strong>&#8220;: method that &#8220;<em>shakes<\/em>&#8221; the branches of the DOM tree, ignoring the instructions that are not used at that time, reduces the weight of the packages and shortens the loading time.<\/li><li><strong>Load Memory Footprint<\/strong>: <em>Intelligent<\/em> loading method that helps to save memory when the DOM tree has not or hardly changed. This happens when you update a component without major changes in its DOM tree and create &#8220;shaking&#8221; that ignores and reuses a large part of the branches of the DOM tree without using memory for its creation. With Angular 8, we benefit from the major improvements the framework implements in later versions, but retain the stability Angular 7 provides. <strong>Interested in migrating a project?<\/strong><\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">How do you migrate a project from Angular 7 to Angular 8?<\/h4>\n\n\n\n<p>The migration is very simple, and requires <strong>these necessary steps beforehand<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>We replace the <em>HTTP<\/em> library with the <em>HTTP client<\/em> library.<\/li><li>We update to RxJS6.<\/li><li>We are updating Node to version 10 or higher and TypeScript to version 3.4.<\/li><li>We replace <em>\/deep\/<\/em>with <em>::ng-deep<\/em>, which is much more efficient and attractive for our CSS code.<\/li><\/ul>\n\n\n\n<p>Once these steps are complete, we only need to <strong>updatethe core and CLI<\/strong> of our Angular project to version 8:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ng update @angular\/cli @angular\/core<\/pre>\n\n\n\n<p>If Angular notifies us that changes have not been uploaded to the repository, we can run the next command to remedy this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ng update @angular\/core --from 7 \u2013to 8 \u2013migrate-only \u2013allow-dirty<\/pre>\n\n\n\n<p>And that&#8217;s it! We have already updated our <strong>Angular project to version 8<\/strong> \ud83c\udf89<\/p>\n","protected":false},"excerpt":{"rendered":"<p>From a business perspective, Angular CLI has become one of the most productive front-end frameworks due to the extensive documentation and support of the developer community.<\/p>\n","protected":false},"author":22,"featured_media":4291,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[2,180],"tags":[61],"class_list":["post-4329","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","category-technology","tag-angular"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Migration of a project from Angular 7 to Angular 8: What are the benefits? - WATA Factory<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Migration of a project from Angular 7 to Angular 8: What are the benefits? - WATA Factory\" \/>\n<meta property=\"og:description\" content=\"From a business perspective, Angular CLI has become one of the most productive front-end frameworks due to the extensive documentation and support of the developer community.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/\" \/>\n<meta property=\"og:site_name\" content=\"WATA Factory\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/watafactory\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-13T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-14T14:53:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Fabio Guapacha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@watafactory\" \/>\n<meta name=\"twitter:site\" content=\"@watafactory\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fabio Guapacha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/\"},\"author\":{\"name\":\"Fabio Guapacha\",\"@id\":\"https:\/\/wata.es\/#\/schema\/person\/586264f398edc3661b84ad95aadbc875\"},\"headline\":\"Migration of a project from Angular 7 to Angular 8: What are the benefits?\",\"datePublished\":\"2020-08-13T07:00:00+00:00\",\"dateModified\":\"2025-04-14T14:53:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/\"},\"wordCount\":763,\"publisher\":{\"@id\":\"https:\/\/wata.es\/#organization\"},\"image\":{\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png\",\"keywords\":[\"Angular\"],\"articleSection\":[\"News\",\"Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/\",\"url\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/\",\"name\":\"Migration of a project from Angular 7 to Angular 8: What are the benefits? - WATA Factory\",\"isPartOf\":{\"@id\":\"https:\/\/wata.es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png\",\"datePublished\":\"2020-08-13T07:00:00+00:00\",\"dateModified\":\"2025-04-14T14:53:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#primaryimage\",\"url\":\"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png\",\"contentUrl\":\"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wata.es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Migration of a project from Angular 7 to Angular 8: What are the benefits?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wata.es\/#website\",\"url\":\"https:\/\/wata.es\/\",\"name\":\"WATA Factory\",\"description\":\"IT Consulting &amp; Outsourcing for your company\",\"publisher\":{\"@id\":\"https:\/\/wata.es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wata.es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wata.es\/#organization\",\"name\":\"WATA Factory\",\"url\":\"https:\/\/wata.es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wata.es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wata.es\/wp-content\/uploads\/2019\/12\/logowata.png\",\"contentUrl\":\"https:\/\/wata.es\/wp-content\/uploads\/2019\/12\/logowata.png\",\"width\":688,\"height\":176,\"caption\":\"WATA Factory\"},\"image\":{\"@id\":\"https:\/\/wata.es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/watafactory\/\",\"https:\/\/x.com\/watafactory\",\"https:\/\/www.linkedin.com\/company\/wata\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/wata.es\/#\/schema\/person\/586264f398edc3661b84ad95aadbc875\",\"name\":\"Fabio Guapacha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wata.es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8fb85bf58dbdde8002522587c98906e20942027c0469af1b0a58a83d9896088c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8fb85bf58dbdde8002522587c98906e20942027c0469af1b0a58a83d9896088c?s=96&d=mm&r=g\",\"caption\":\"Fabio Guapacha\"},\"url\":\"https:\/\/wata.es\/author\/fabioguapacha\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Migration of a project from Angular 7 to Angular 8: What are the benefits? - WATA Factory","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/","og_locale":"en_US","og_type":"article","og_title":"Migration of a project from Angular 7 to Angular 8: What are the benefits? - WATA Factory","og_description":"From a business perspective, Angular CLI has become one of the most productive front-end frameworks due to the extensive documentation and support of the developer community.","og_url":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/","og_site_name":"WATA Factory","article_publisher":"https:\/\/www.facebook.com\/watafactory\/","article_published_time":"2020-08-13T07:00:00+00:00","article_modified_time":"2025-04-14T14:53:37+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png","type":"image\/png"}],"author":"Fabio Guapacha","twitter_card":"summary_large_image","twitter_creator":"@watafactory","twitter_site":"@watafactory","twitter_misc":{"Written by":"Fabio Guapacha","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#article","isPartOf":{"@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/"},"author":{"name":"Fabio Guapacha","@id":"https:\/\/wata.es\/#\/schema\/person\/586264f398edc3661b84ad95aadbc875"},"headline":"Migration of a project from Angular 7 to Angular 8: What are the benefits?","datePublished":"2020-08-13T07:00:00+00:00","dateModified":"2025-04-14T14:53:37+00:00","mainEntityOfPage":{"@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/"},"wordCount":763,"publisher":{"@id":"https:\/\/wata.es\/#organization"},"image":{"@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#primaryimage"},"thumbnailUrl":"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png","keywords":["Angular"],"articleSection":["News","Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/","url":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/","name":"Migration of a project from Angular 7 to Angular 8: What are the benefits? - WATA Factory","isPartOf":{"@id":"https:\/\/wata.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#primaryimage"},"image":{"@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#primaryimage"},"thumbnailUrl":"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png","datePublished":"2020-08-13T07:00:00+00:00","dateModified":"2025-04-14T14:53:37+00:00","breadcrumb":{"@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#primaryimage","url":"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png","contentUrl":"https:\/\/wata.es\/wp-content\/uploads\/2020\/08\/migrando-un-proyecto-angular-7-a-angular-8.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/wata.es\/migration-of-a-project-from-angular-7-to-angular-8-what-are-the-benefits\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wata.es\/"},{"@type":"ListItem","position":2,"name":"Migration of a project from Angular 7 to Angular 8: What are the benefits?"}]},{"@type":"WebSite","@id":"https:\/\/wata.es\/#website","url":"https:\/\/wata.es\/","name":"WATA Factory","description":"IT Consulting &amp; Outsourcing for your company","publisher":{"@id":"https:\/\/wata.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wata.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wata.es\/#organization","name":"WATA Factory","url":"https:\/\/wata.es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wata.es\/#\/schema\/logo\/image\/","url":"https:\/\/wata.es\/wp-content\/uploads\/2019\/12\/logowata.png","contentUrl":"https:\/\/wata.es\/wp-content\/uploads\/2019\/12\/logowata.png","width":688,"height":176,"caption":"WATA Factory"},"image":{"@id":"https:\/\/wata.es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/watafactory\/","https:\/\/x.com\/watafactory","https:\/\/www.linkedin.com\/company\/wata\/"]},{"@type":"Person","@id":"https:\/\/wata.es\/#\/schema\/person\/586264f398edc3661b84ad95aadbc875","name":"Fabio Guapacha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wata.es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8fb85bf58dbdde8002522587c98906e20942027c0469af1b0a58a83d9896088c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8fb85bf58dbdde8002522587c98906e20942027c0469af1b0a58a83d9896088c?s=96&d=mm&r=g","caption":"Fabio Guapacha"},"url":"https:\/\/wata.es\/author\/fabioguapacha\/"}]}},"_links":{"self":[{"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/posts\/4329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/comments?post=4329"}],"version-history":[{"count":4,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/posts\/4329\/revisions"}],"predecessor-version":[{"id":11947,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/posts\/4329\/revisions\/11947"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/media\/4291"}],"wp:attachment":[{"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/media?parent=4329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/categories?post=4329"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wata.es\/wp-json\/wp\/v2\/tags?post=4329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}