{"id":89012,"date":"2025-10-08T10:46:41","date_gmt":"2025-10-08T05:16:41","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=89012"},"modified":"2026-02-17T12:37:41","modified_gmt":"2026-02-17T07:07:41","slug":"how-to-build-and-publish-an-angular-library","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/how-to-build-and-publish-an-angular-library\/","title":{"rendered":"How to Build and Publish an Angular Library"},"content":{"rendered":"\n<p>Whether it&#8217;s grocery shopping, ordering food from your favourite restaurants, booking flight tickets, or transferring funds, every online task we perform nowadays gets completed within a few seconds. So what&#8217;s the reason behind this rapid pace of digital services, or are developers and programmers building everything from scratch?&nbsp;<\/p>\n\n\n\n<p>The simple answer to this is no, software developers are no longer building complex features and functionalities from scratch. From a development perspective, crafting everything from scratch is a very redundant and tedious activity. That is why libraries are utilized, which are a set of pre-written components that allow developers to reuse code and accelerate the development process.&nbsp;<\/p>\n\n\n\n<p>Similarly, the Angular Library is also a type of collection that consists of reusable user interface (UI) components and functions, facilitating the addition of specific features while saving time and keeping your code organized and consistent.&nbsp;<\/p>\n\n\n\n<p>In this blog, we will discuss how to build and publish your own Angular library and all the key sections related to it. So let&#8217;s begin our discussion.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is an Angular Library, and What Significance Does It Have?<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Angular-Library-1200x630.png\" alt=\"\" class=\"wp-image-92362\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Angular-Library-1200x630.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Angular-Library-300x158.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Angular-Library-768x403.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Angular-Library-1536x806.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Angular-Library-2048x1075.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Angular-Library-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>The <a href=\"https:\/\/www.guvi.in\/blog\/what-is-angular-js\/\" target=\"_blank\" rel=\"noreferrer noopener\">Angular<\/a> Library is a unified folder of program packages that contain a structured collection of reusable code, including components, services, directives, and pipes, which developers can implement across multiple Angular projects or applications without needing to rewrite the same code each time. These libraries have a self-contained module attached to them, which can carry all the essential elements, such as <a href=\"https:\/\/www.guvi.in\/blog\/what-is-user-interface\/\" target=\"_blank\" rel=\"noreferrer noopener\">UI<\/a> elements, utility functions, and a comprehensive set of features, that are crucial for maintaining consistency and building quality in software applications or platforms.<\/p>\n\n\n\n<p>The significance of creating an Angular library lies in its ability to standardize design patterns and <a href=\"https:\/\/www.guvi.in\/blog\/what-is-frontend-development\/\" target=\"_blank\" rel=\"noreferrer noopener\">frontend<\/a> functionalities within a team or organization, thereby preventing misconceptions during the development process and enhancing the quality of collaboration among team members. Additionally, publishing an Angular library publicly can help you highlight your work and ability as a <a href=\"https:\/\/www.guvi.in\/blog\/how-to-become-a-software-developer\/\" target=\"_blank\" rel=\"noreferrer noopener\">software developer<\/a>, as well as contribute to the top developer community or open-source projects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Benefits of Publishing Your Own Angular Library<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Benefits-of-Publishing-Your-Own-Angular-Library-1200x630.png\" alt=\"\" class=\"wp-image-92363\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Benefits-of-Publishing-Your-Own-Angular-Library-1200x630.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Benefits-of-Publishing-Your-Own-Angular-Library-300x158.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Benefits-of-Publishing-Your-Own-Angular-Library-768x403.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Benefits-of-Publishing-Your-Own-Angular-Library-1536x806.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Benefits-of-Publishing-Your-Own-Angular-Library-2048x1075.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Benefits-of-Publishing-Your-Own-Angular-Library-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<ul>\n<li><strong>Code Reusability:<\/strong><strong> <\/strong>You can easily reuse the necessary code in the form of components, services, and utilities, which are stored in your Angular library. This reusability helps in saving your futile development efforts and time.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Consistency:<\/strong> Creating an Angular library also enables developers to share the core resources of the applications among team members, helping them follow and maintain the same design themes, styles, and functionalities.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Easy Maintenance: <\/strong>The maintainability errors and bugs for a specific feature that is integrated across various parts of the application are eliminated after creating an efficient Angular library, as it significantly reduces the tedious process of fixing the application. With the update of the library version, every program module that uses it gets automatically updated.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Faster Development: <\/strong>The overall development time gets minimized due to the availability of numerous ready-to-use components and functions, which can be customized according to the user&#8217;s requirements and needs. Due to this, developers can focus their primary attention on solving the business logic instead of rebuilding basic, common UI elements or tools.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Community Contribution: <\/strong>Building an Angular library is not enough to expand your quality and scope of your work; you also need to release or publish the library on platforms like GitHub and <a href=\"https:\/\/www.guvi.in\/blog\/publishing-your-customized-npm-library\/\" target=\"_blank\" rel=\"noreferrer noopener\">npm<\/a>. It will help other developers save time and create projects more effectively. In a way, you will open a doorway for receiving genuine feedback, collaborating with other developers, and constantly learning and growing through frequent community engagement.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Concepts: Components, Services, and Pipes<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Key-Concepts-Before-Creating-an-Angular-Library-1200x630.png\" alt=\"\" class=\"wp-image-92364\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Key-Concepts-Before-Creating-an-Angular-Library-1200x630.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Key-Concepts-Before-Creating-an-Angular-Library-300x158.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Key-Concepts-Before-Creating-an-Angular-Library-768x403.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Key-Concepts-Before-Creating-an-Angular-Library-1536x806.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Key-Concepts-Before-Creating-an-Angular-Library-2048x1075.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/11\/Key-Concepts-Before-Creating-an-Angular-Library-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>Before creating an Angular library, let&#8217;s understand its most fundamental building blocks. These are the following concepts:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Components<\/strong><\/h3>\n\n\n\n<p>Components are the most core elements of every Angular app. These files are responsible for controlling the visual aspects of an app, including user interactivity, navigational flow, and <a href=\"https:\/\/www.guvi.in\/blog\/color-theory-in-ui-design\/\" target=\"_blank\" rel=\"noreferrer noopener\">color themes<\/a>. Each visual component that you see comes along with its own HTML, CSS, and TypeScript file. For example, an interactive &#8220;Contact Form&#8221; or &#8220;Descriptive Card&#8221; can act as a reusable component that you later include in your library.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Services<\/strong><\/h3>\n\n\n\n<p>Services are classes that handle logical operations and data, which can be shared across multiple components to establish communication between them. These services are used to perform various tasks, including data fetching via APIs, handling user authentication, and managing the application&#8217;s internal state.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Pipes<\/strong><\/h3>\n\n\n\n<p>Pipes are additional utilities that transform the data directly in your program files. They help in formatting dates, converting the text to uppercase letters, or highlighting the currency values properly. After including the pipes or their customized versions in your Angular library, the data formatting process becomes simpler and more consistent across all parts of your application.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Building and Publishing Process of an Angular Library<\/strong><\/h2>\n\n\n\n<p>Here are the steps to build and publish an Angular library:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Setting Up an Angular Workspace<\/strong><\/h3>\n\n\n\n<p>Start by creating a new Angular workspace that can hold both apps and libraries.<\/p>\n\n\n\n<p><strong><em>(Code)<\/em><\/strong><\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>ng new my-workspace &#8211;create-application=false<\/p>\n\n\n\n<p>cd my-workspace<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>This command sets up the environment where your library will live.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Generating a New Library<\/strong><\/h3>\n\n\n\n<p>Next, generate a new Angular library inside the workspace:<\/p>\n\n\n\n<p><strong><em>(Code)<\/em><\/strong><\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>ng generate library my-lib<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>Angular automatically creates a folder named projects\/my-lib with all necessary files.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Writing Reusable Components and Services<\/strong><\/h3>\n\n\n\n<p>Add your custom components, services, or pipes that you want to reuse. For example, here\u2019s a simple pipe:<\/p>\n\n\n\n<p><strong><em>(Code)<\/em><\/strong><\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>import { Pipe, PipeTransform } from &#8216;@angular\/core&#8217;;<\/p>\n\n\n\n<p>@Pipe({ name: &#8216;myUppercase&#8217; })<\/p>\n\n\n\n<p>export class MyUppercasePipe implements PipeTransform {<\/p>\n\n\n\n<p>&nbsp;&nbsp;transform(value: string): string {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;return value.toUpperCase();<\/p>\n\n\n\n<p>&nbsp;&nbsp;}<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>You can also create components or services in the same way using Angular CLI.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Exporting Features via Public API<\/strong><\/h3>\n\n\n\n<p>To make your code available outside the library, export it through the public API:<\/p>\n\n\n\n<p><strong><em>(Code)<\/em><\/strong><\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>\/\/ projects\/my-lib\/src\/public-api.ts<\/p>\n\n\n\n<p>export * from &#8216;.\/lib\/my-uppercase.pipe&#8217;;<\/p>\n\n\n\n<p>export * from &#8216;.\/lib\/my-lib.module&#8217;;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>This ensures your components and pipes can be used by other applications.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5: Building the Library<\/strong><\/h3>\n\n\n\n<p>Now build the library to prepare it for use:<\/p>\n\n\n\n<p><strong><em>(Code)<\/em><\/strong><\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>ng build my-lib<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>This compiles your code and stores the output in the dist\/ folder.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 6: Using the Library in Your Projects<\/strong><\/h3>\n\n\n\n<p>You can now use your library in any Angular app within the same workspace. Just import it:<\/p>\n\n\n\n<p><strong><em>(Code)<\/em><\/strong><\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>import { MyLibModule } from &#8216;my-lib&#8217;;<\/p>\n\n\n\n<p>Then use your features directly in templates:<\/p>\n\n\n\n<p>&lt;p&gt;{{ &#8216;angular rocks&#8217; | myUppercase }}&lt;\/p&gt;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 7: Publishing the Library to npm<\/strong><\/h3>\n\n\n\n<p>Finally, if you want to share your library with the world, publish it to npm.<\/p>\n\n\n\n<p><strong><em>(Code)<\/em><\/strong><\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>cd dist\/my-lib<\/p>\n\n\n\n<p>npm publish<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>Ensure you\u2019re logged in with your npm account by running npm login. Once published, others can install your library using:<\/p>\n\n\n\n<p><strong><em>(Code)<\/em><\/strong><\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>npm install my-lib<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best Practices for Creating High-Quality Angular Libraries<\/strong><\/h2>\n\n\n\n<ul>\n<li><strong>Keep It Modular:<\/strong><strong> <\/strong>When designing and developing your library, prioritize keeping each component, service, and pipeline as an independent entity so that they don&#8217;t rely on each other unnecessarily.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Write Clear Public APIs:<\/strong><strong> <\/strong>To safeguard your internal codebases from technical misuse, write clear public APIs and expose only the essential ones in the <strong>public-api.ts<\/strong> file.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Use Consistent Naming and Structure: <\/strong>Always follow the official Angular documentation and guidelines when creating files, classes, and modules to maintain readability.&nbsp;&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Include Documentation:<\/strong><strong> <\/strong>Always provide clear and comprehensible documentation through README files, usage examples, and user-friendly comments to help the developers quickly understand how to integrate the specific library.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Follow Semantic Versioning: <\/strong>Use proper version numbers (major.minor.patch) so that users can determine when updates are appropriate and when they may break compatibility.&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Test Thoroughly:<\/strong><strong> <\/strong>Never forget to write unit test cases for components, services, and pipes; doing so ensures the reliability and performance of the entire project, eliminating potential threats from errors and bugs.&nbsp;&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Keep Dependencies Minimal:<\/strong><strong> <\/strong>When integrating the third-party packages into your library, avoid adding the futile and ineffective ones. This will help you minimize the bundle size, leading to reduced memory consumption and improved performance.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Support Customization:<\/strong><strong> <\/strong>Prioritize providing support for users to configure components and services through inputs, outputs, or options, rather than hardcoding behavior.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Optimize for Performance: <\/strong>Keep the component size minimal or lightweight, lazy-load the features whenever it is possible to provide a seamless <a href=\"https:\/\/www.guvi.in\/blog\/what-is-user-experience\/\" target=\"_blank\" rel=\"noreferrer noopener\">user experience (UX)<\/a>, and try to prevent heavy and slow operations in the templates.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Maintain Accessibility: <\/strong>Before publishing the Angular library, its success lies in its readability and accessibility. To ensure these factors, you must validate that all your UI components meet the <a href=\"https:\/\/www.guvi.in\/blog\/accessibility-in-ui-ux-design\/\" target=\"_blank\" rel=\"noreferrer noopener\">accessibility<\/a> standards, such as the Web Content Accessibility Guidelines (WCAG). This validation is necessary to enable everyone, including people with disabilities, to implement and understand your library.<\/li>\n<\/ul>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #ffffff;\">\ud83d\udca1 Did You Know?<\/strong> <br \/><br \/>\n  <span>PrimeNG, which is an <strong style=\"color: #110053;\">Angular UI component library<\/strong>, has an approximate <strong style=\"color: #110053;\">4,36,344 weekly downloads<\/strong> on <strong style=\"color: #110053;\">npm<\/strong>, which showcase its capability and demand among <strong style=\"color: #110053;\">frontend developers<\/strong> who are using Angular as their primary tool.<\/span>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>Escape the chaos of finding the right ed-tech partner for transforming your tech career. Build a career that matters by enrolling in HCL GUVI&#8217;s IITM Pravartak Certified<a href=\"https:\/\/www.guvi.in\/zen-class\/full-stack-development-course\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=How+to+Build+and+Publish+an+Angular+Library%3A+2025+Guide\" target=\"_blank\" rel=\"noreferrer noopener\"> MERN Full Stack Development Course<\/a>. Our course is not just limited to developing end-to-end full-stack applications, but also integrates Artificial Intelligence (AI), where you will master the art of crafting real-world projects, combining Conversational AI Design, Retrieval-Augmented Generation, and many other interesting concepts. Don&#8217;t miss this chance of converting your dream into reality. Contact us today for further details.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>In conclusion, we became aware of the significance of Angular libraries in building top-notch applications with user-friendly interfaces and design patterns. And more importantly, we also went through all the essential steps necessary to develop and publish an Angular library.&nbsp;<\/p>\n\n\n\n<p>Apart from these, we gained an understanding of the critical concepts required for creating an Angular library and the best practices that should be considered for a successful one. I hope this blog has helped you gain a clear understanding of all aspects related to the Angular library.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1759845083688\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What is an Angular library, and why should I create one?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>An Angular library is a reusable set of components, services, and pipes that can be used to build applications. Creating one saves time, ensures consistency, and makes updates easier.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1759845097842\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Can I use my Angular library in multiple projects?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes! Once built, it can be installed and used in any Angular project, allowing code to be shared across apps and teams.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1759845111578\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Do I need to publish my library publicly to use it?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>No. You can use it locally or within your organization; publishing is only needed to share it publicly.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Whether it&#8217;s grocery shopping, ordering food from your favourite restaurants, booking flight tickets, or transferring funds, every online task we perform nowadays gets completed within a few seconds. So what&#8217;s the reason behind this rapid pace of digital services, or are developers and programmers building everything from scratch?&nbsp; The simple answer to this is no, [&hellip;]<\/p>\n","protected":false},"author":64,"featured_media":92361,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[294,907],"tags":[],"views":"1251","authorinfo":{"name":"Abhishek Pati","url":"https:\/\/www.guvi.in\/blog\/author\/abhishek-pati\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/How-to-Build-and-Publish-an-Angular-Library-300x116.png","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/How-to-Build-and-Publish-an-Angular-Library.png","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/89012"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/64"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=89012"}],"version-history":[{"count":8,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/89012\/revisions"}],"predecessor-version":[{"id":101444,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/89012\/revisions\/101444"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/92361"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=89012"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=89012"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=89012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}