From 8fa7d3bfe79acb4d91879dd9e94091d9d35de247 Mon Sep 17 00:00:00 2001 From: Gowri V L Date: Sat, 26 Nov 2022 18:07:04 +0530 Subject: [PATCH 1/4] SEO-2882-Ang-NPM-PdfView-Diag-sched-treeview --- components/diagrams/README.md | 71 ++++++++++++++++++-------------- components/navigations/README.md | 41 +++++++++++------- components/pdfviewer/README.md | 23 +++++++---- components/schedule/README.md | 25 +++++++---- 4 files changed, 98 insertions(+), 62 deletions(-) diff --git a/components/diagrams/README.md b/components/diagrams/README.md index 368f8d0d9..1e09dd85e 100644 --- a/components/diagrams/README.md +++ b/components/diagrams/README.md @@ -1,10 +1,10 @@ # ej2-angular-diagrams -The diagram component visually represents information. It is also used to create diagrams like flow charts, organizational charts, mind maps, and BPMN either through code or a visual interface. +The [Angular Diagram](https://www.syncfusion.com/angular-components/angular-diagram?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) component visually represents information. It is also used to create diagrams like flow charts, organizational charts, mind maps, and BPMN either through code or a visual interface. ![Diagram](https://ej2.syncfusion.com/products/images/diagram/read-me.gif) -> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm). > A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. @@ -18,58 +18,67 @@ npm install @syncfusion/ej2-angular-diagrams ## Resources -* [Getting Started](https://ej2.syncfusion.com/angular/documentation/diagram/getting-started.html) -* [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/material/diagram/default-functionalities) -* [Product Page](https://www.syncfusion.com/angular-ui-components/diagram) +* [Getting Started](https://ej2.syncfusion.com/angular/documentation/diagram/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +* [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/material/diagram/default-functionalities?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +* [Product Page](https://www.syncfusion.com/angular-components/angular-diagram?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) ## Supported Frameworks Diagram component is also offered in following list of frameworks. -1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components?utm_source=npm&utm_campaign=diagram) -2. [React](https://github.com/syncfusion/ej2-react-ui-components?utm_source=npm&utm_campaign=diagram) -3. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components?utm_source=npm&utm_campaign=diagram) -4. [ASP.NET Core](https://aspdotnetcore.syncfusion.com/Diagram/FlowChart#/material) -5. [ASP.NET MVC](https://aspnetmvc.syncfusion.com/Diagram/DefaultFunctionalities#/material) -6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/diagram) +1. [Angular](https://github.com/syncfusion/ej2-angular-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +2. [React](https://github.com/syncfusion/ej2-react-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +3. [VueJS](https://github.com/syncfusion/ej2-vue-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +4. [ASP.NET Core](https://aspdotnetcore.syncfusion.com/Diagram/FlowChart#/material?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +5. [ASP.NET MVC](https://aspnetmvc.syncfusion.com/Diagram/DefaultFunctionalities#/material?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/diagram?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) ## Showcase samples -* Diagram Builder ([Source](https://github.com/syncfusion/ej2-showcase-ng-diagrambuilder), [Live Demo](https://ej2.syncfusion.com/showcase/angular/diagrambuilder/)) +* Diagram Builder ([Source](https://github.com/syncfusion/ej2-showcase-ng-diagrambuilder?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/diagrambuilder/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm)) ## Key Features -- [**Nodes**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/nodes) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily. -- [**Connectors**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/connectors) - The relationship between two nodes is represented using a connector. -- [**Labels**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/annotations)- Labels are used to annotate nodes and connectors. -- [**Interactive Features**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/drawing-tool) - Interactive features are used to improve the run time editing experience of a diagram. -- [**Data Binding**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/local-data) - Generates diagram with nodes and connectors based on the information provided from an external data source. -- [**Commands**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/key-board-functions) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations. -- [**Automatic Layout**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/hierarchical-tree) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout. -- [**Overview Panel**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/overview) - The overview panel is used to improve navigation experience when exploring large diagrams. -- [**SymbolPalettes**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/symbol-palette) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram. -- [**Rulers**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/drawing-tool) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control. -- [**Serialization**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/serialization) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization. -- [**Exporting and Printing**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/print-export) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents. -- [**Gridlines**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/default-functionalities) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface. -- [**Page Layout**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/print-export)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins. -- [**Context Menu**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/material/diagram/key-board-functions) - Frequently used commands can easily be mapped to the context menu. +- [**Nodes**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily. +- [**Connectors**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - The relationship between two nodes is represented using a connector. +- [**Labels**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm)- Labels are used to annotate nodes and connectors. +- [**Interactive Features**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Interactive features are used to improve the run time editing experience of a diagram. +- [**Data Binding**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Generates diagram with nodes and connectors based on the information provided from an external data source. +- [**Commands**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations. +- [**Automatic Layout**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout. +- [**Overview Panel**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - The overview panel is used to improve navigation experience when exploring large diagrams. +- [**SymbolPalettes**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram. +- [**Rulers**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control. +- [**Serialization**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization. +- [**Exporting and Printing**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents. +- [**Gridlines**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface. +- [**Page Layout**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins. +- [**Context Menu**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Frequently used commands can easily be mapped to the context menu. ## Support Product support is available for through following mediums. -* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=diagram) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=diagram). -* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new). +* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm). +* New [GitHub issue](https://github.com/syncfusion/ej2-angular-components/issues/new). * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`. +## Related Links + +* [Download Free Trial](https://www.syncfusion.com/downloads?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +* [Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +* [Community Forums](https://www.syncfusion.com/forums/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +* [Knowledge Base](https://www.syncfusion.com/kb/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +* [Suggest a feature](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +* [Pricing](https://www.syncfusion.com/sales/products/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) + ## License -Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=diagram). +Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm). ## Changelog -Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/diagrams/CHANGELOG.md) +Check the changelog [here](https://github.com/syncfusion/ej2-angular-components/blob/master/components/diagrams/CHANGELOG.md) © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. diff --git a/components/navigations/README.md b/components/navigations/README.md index 0cd1237e3..98b5e08da 100644 --- a/components/navigations/README.md +++ b/components/navigations/README.md @@ -37,28 +37,28 @@ Following list of components are available in the package * [Getting Started](https://ej2.syncfusion.com/angular/documentation/breadcrumb/getting-started?lang=typescript&utm_source=npm&utm_campaign=breadcrumb) * [API References](https://ej2.syncfusion.com/angular/documentation/api/breadcrumb?utm_source=npm&utm_campaign=breadcrumb) * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=breadcrumb#/material/breadcrumb/default) - * [Product Page](https://www.syncfusion.com/angular-ui-components/angular-breadcrumb) + * [Product Page](https://www.syncfusion.com/angular-components/angular-breadcrumb) * Carousel - The Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/carousel/getting-started?lang=typescript&utm_source=npm&utm_campaign=carousel) * [API References](https://ej2.syncfusion.com/angular/documentation/api/carousel?utm_source=npm&utm_campaign=carousel) * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=carousel#/material/carousel/default) - * [Product Page](https://www.syncfusion.com/angular-ui-components/angular-carousel) + * [Product Page](https://www.syncfusion.com/angular-components/angular-carousel) * ContextMenu - Graphical user interface that appears on the user right click/touch hold action. It has the support to provide nested level menu items. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/context-menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=context-menu) * [API References](https://ej2.syncfusion.com/angular/documentation/api/context-menu?utm_source=npm&utm_campaign=context-menu) * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=contextmenu#/material/context-menu/default) - * [Product Page](https://www.syncfusion.com/angular-ui-components/context-menu) + * [Product Page](https://www.syncfusion.com/angular-components/context-menu) * Sidebar - Expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content. * [Getting started](https://ej2.syncfusion.com/angular/documentation/sidebar/getting-started?lang=typescript&utm_source=npm&utm_campaign=sidebar#getting-started) * [API references](https://ej2.syncfusion.com/angular/documentation/api/sidebar?utm_source=npm&utm_campaign=sidebar) * [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=tab#/material/sidebar/default) - * [Product page](https://www.syncfusion.com/products/angular-ui-components/sidebar) + * [Product page](https://www.syncfusion.com/products/angular-components/sidebar) * Tab - Content panel to show multiple contents in a specific space, one at a time. @@ -76,27 +76,27 @@ Following list of components are available in the package * TreeView - Represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more. - * [Getting Started](https://ej2.syncfusion.com/angular/documentation/treeview/getting-started.html?utm_source=npm&utm_campaign=treeview) - * [API References](https://ej2.syncfusion.com/angular/documentation/api/treeview?utm_source=npm&utm_campaign=treeview) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=treeview#/material/treeview/default) - * [Product Page](https://www.syncfusion.com/angular-ui-components/treeview) + * [Getting Started](https://ej2.syncfusion.com/angular/documentation/treeview/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-treeview-npm) + * [API References](https://ej2.syncfusion.com/angular/documentation/api/treeview?utm_source=npm&utm_medium=listing&utm_campaign=angular-treeview-npm) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-treeview-npm) + * [Product Page](https://www.syncfusion.com/angular-components/angular-treeview?utm_source=npm&utm_medium=listing&utm_campaign=angular-treeview-npm) * Menu - Graphical user interface that serves as navigation header for your application or site. It has the support to provide nested level menu items that can be populated from a data source such as an array of JavaScript objects. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=menu) * [API References](https://ej2.syncfusion.com/angular/documentation/api/menu?utm_source=npm&utm_campaign=menu) * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=menu#/material/menu/default) - * [Product Page](https://www.syncfusion.com/angular-ui-components/menu) + * [Product Page](https://www.syncfusion.com/angular-components/menu) ## Supported Frameworks `Navigation` component is also offered in following list of frameworks. -1. [JavaScript](https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/navigations?utm_source=npm&utm_campaign=navigation) -2. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation) -3. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation) -4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/accordion) -5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/accordion) +1. [JavaScript](https://github.com/syncfusion/ej2-javascript-controls/tree/master/controls/navigations?utm_source=npm&utm_campaign=navigation) +2. [React](https://github.com/syncfusion/ej2-react-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation) +3. [VueJS](https://github.com/syncfusion/ej2-vue-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation) +4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-controls/accordion) +5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-controls/accordion) 6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/accordion) ## Use-case samples / Showcase samples @@ -197,12 +197,21 @@ Product support is available for through following mediums. * New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new). * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=navigation) with tag `syncfusion` and `ej2`. +## Related Links + +* [Download Free Trial](https://www.syncfusion.com/downloads?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +* [Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +* [Community Forums](https://www.syncfusion.com/forums/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +* [Knowledge Base](https://www.syncfusion.com/kb/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +* [Suggest a feature](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +* [Pricing](https://www.syncfusion.com/sales/products/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) + ## License -Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_campaign=navigation). +Check the license detail [here](https://github.com/syncfusion/ej2-angular-components/blob/master/license?utm_source=npm&utm_campaign=navigation). ## Changelog -Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation) +Check the changelog [here](https://github.com/syncfusion/ej2-angular-components/blob/master/components/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation) © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. diff --git a/components/pdfviewer/README.md b/components/pdfviewer/README.md index 68b6dfdb0..3c643c5c6 100644 --- a/components/pdfviewer/README.md +++ b/components/pdfviewer/README.md @@ -1,12 +1,12 @@ # ej2-pdfviewer -Syncfusion [Angular PDF Viewer](https://www.syncfusion.com/angular-ui-components/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) control enables you to view and print PDF files from your web applications. +Syncfusion [Angular PDF Viewer](https://www.syncfusion.com/angular-components/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) control enables you to view and print PDF files from your web applications. ![PDF Viewer](https://ej2.syncfusion.com/products/images/pdfviewer/readme.gif) -> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm). -> A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. +> A free community license (https://www.syncfusion.com/products/communitylicense?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. ## Setup @@ -19,16 +19,16 @@ npm install @syncfusion/ej2-pdfviewer ## Resources * [Getting Started](https://ej2.syncfusion.com/angular/documentation/pdfviewer/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) -* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm#/material/pdfviewer/default) -* [Product Page](https://www.syncfusion.com/angular-ui-components/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +* [Product Page](https://www.syncfusion.com/angular-components/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) ## Supported Frameworks PDF Viewer component is also offered in following list of frameworks. 1. [JavaScript PDF Viewer](https://www.syncfusion.com/javascript-ui-controls/js-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) -2. [React PDF Viewer](https://www.syncfusion.com/react-ui-components/react-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) -3. [VueJS PDF Viewer](https://www.syncfusion.com/vue-ui-components/vue-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +2. [React PDF Viewer](https://www.syncfusion.com/react-components/react-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +3. [Vue PDF Viewer](https://www.syncfusion.com/vue-components/vue-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) 4. [ASP.NET Core PDF Viewer](https://www.syncfusion.com/aspnet-core-ui-controls/pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) 5. [ASP.NET MVC PDF Viewer](https://www.syncfusion.com/aspnet-mvc-ui-controls/pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) @@ -51,6 +51,15 @@ Product support is available for through following mediums. * New [GitHub issue](https://github.com/syncfusion/ej2-pdfviewer/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm). * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`. +## Related Links + +* [Download Free Trial](https://www.syncfusion.com/downloads?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +* [Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +* [Community Forums](https://www.syncfusion.com/forums/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +* [Knowledge Base](https://www.syncfusion.com/kb/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +* [Suggest a feature](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +* [Pricing](https://www.syncfusion.com/sales/products/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) + ## License Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm). diff --git a/components/schedule/README.md b/components/schedule/README.md index f74753b96..4c094956e 100644 --- a/components/schedule/README.md +++ b/components/schedule/README.md @@ -1,12 +1,12 @@ # ej2-angular-schedule -The [Angular Scheduler](https://www.syncfusion.com/angular-ui-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) component is an event calendar that facilitates almost all the basic Outlook and Google Calendar features, allowing the user to plan and manage appointments and time efficiently. It receives data from a variety of data sources, such as an array of JSON objects, OData web services, RESTful or WCF services, and [`DataManager`](https://ej2.syncfusion.com/angular/documentation/data/) with built-in load on demand support to reduce the data transfer and load time. Also, it is availed with the multiple resources support that allots an unique individual space for more than one resources on the same calendar. +The [Angular Scheduler](https://www.syncfusion.com/angular-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) component is an event calendar that facilitates almost all the basic Outlook and Google Calendar features, allowing the user to plan and manage appointments and time efficiently. It receives data from a variety of data sources, such as an array of JSON objects, OData web services, RESTful or WCF services, and [`DataManager`](https://ej2.syncfusion.com/angular/documentation/data/?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) with built-in load on demand support to reduce the data transfer and load time. Also, it is availed with the multiple resources support that allots an unique individual space for more than one resources on the same calendar. ![Schedule](https://ej2.syncfusion.com/products/images/schedule/readme.png) -> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [here](https://www.syncfusion.com/sales/products) or start a free 30-day trial from [here](https://www.syncfusion.com/account/manage-trials/start-trials). +> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). To acquire a license, you can purchase one at [here](https://www.syncfusion.com/sales/products?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) or start a free 30-day trial from [here](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). -> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. +> A free community [license](https://www.syncfusion.com/products/communitylicense?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. ## Setup @@ -20,14 +20,14 @@ npm install @syncfusion/ej2-angular-schedule * [Getting Started](https://ej2.syncfusion.com/angular/documentation/schedule/getting-started.html?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/material/schedule/default?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) -* [Product Page](https://www.syncfusion.com/angular-ui-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +* [Product Page](https://www.syncfusion.com/angular-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) ## Supported Frameworks Schedule component is also available in following list of frameworks. -1. [React Scheduler](https://www.syncfusion.com/react-ui-components/react-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) -2. [Vue Scheduler](https://www.syncfusion.com/vue-ui-components/vue-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +1. [React Scheduler](https://www.syncfusion.com/react-components/react-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +2. [Vue Scheduler](https://www.syncfusion.com/vue-components/vue-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) 3. [ASP.NET Core Scheduler](https://www.syncfusion.com/aspnet-core-ui-controls/scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) 4. [ASP.NET MVC Scheduler](https://www.syncfusion.com/aspnet-mvc-ui-controls/scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) 5. [JavaScript Scheduler](https://www.syncfusion.com/javascript-ui-controls/js-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) @@ -59,12 +59,21 @@ Schedule component is also available in following list of frameworks. Product support is available through following mediums. * Creating incident through Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). -* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). +* New [GitHub issue](https://github.com/syncfusion/ej2-angular-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`. +## Related Links + +* [Download Free Trial](https://www.syncfusion.com/downloads?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +* [Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +* [Community Forums](https://www.syncfusion.com/forums/?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +* [Knowledge Base](https://www.syncfusion.com/kb/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +* [Suggest a feature](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +* [Pricing](https://www.syncfusion.com/sales/products/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) + ## License -Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). +Check the license detail [here](https://github.com/syncfusion/ej2-angular-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). ## Changelog From d40321cb3698abe947fb703bf920e675480780f7 Mon Sep 17 00:00:00 2001 From: Gowri V L Date: Tue, 13 Dec 2022 19:34:43 +0530 Subject: [PATCH 2/4] updated-broken-links --- components/diagrams/README.md | 16 ++++++++-------- components/navigations/README.md | 28 ++++++++++++++-------------- components/pdfviewer/README.md | 2 +- components/schedule/README.md | 4 ++-- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/components/diagrams/README.md b/components/diagrams/README.md index 1e09dd85e..a1f43fe83 100644 --- a/components/diagrams/README.md +++ b/components/diagrams/README.md @@ -26,12 +26,12 @@ npm install @syncfusion/ej2-angular-diagrams Diagram component is also offered in following list of frameworks. -1. [Angular](https://github.com/syncfusion/ej2-angular-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) -2. [React](https://github.com/syncfusion/ej2-react-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) -3. [VueJS](https://github.com/syncfusion/ej2-vue-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) -4. [ASP.NET Core](https://aspdotnetcore.syncfusion.com/Diagram/FlowChart#/material?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) -5. [ASP.NET MVC](https://aspnetmvc.syncfusion.com/Diagram/DefaultFunctionalities#/material?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) -6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/diagram?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +2. [React](https://github.com/syncfusion/ej2-react-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +3. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +4. [ASP.NET Core](https://github.com/syncfusion/ej2-aspnetcore-samples?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +5. [ASP.NET MVC](https://github.com/syncfusion/ej2-aspnetmvc-samples?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +6. [JavaScript (ES5)](https://github.com/syncfusion/ej2-javascript-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) ## Showcase samples @@ -61,7 +61,7 @@ Diagram component is also offered in following list of frameworks. Product support is available for through following mediums. * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm). -* New [GitHub issue](https://github.com/syncfusion/ej2-angular-components/issues/new). +* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm). * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`. ## Related Links @@ -79,6 +79,6 @@ Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/li ## Changelog -Check the changelog [here](https://github.com/syncfusion/ej2-angular-components/blob/master/components/diagrams/CHANGELOG.md) +Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/diagrams/CHANGELOG.md) © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. diff --git a/components/navigations/README.md b/components/navigations/README.md index 98b5e08da..4154bba4f 100644 --- a/components/navigations/README.md +++ b/components/navigations/README.md @@ -23,14 +23,14 @@ Following list of components are available in the package * [Getting Started](https://ej2.syncfusion.com/angular/documentation/accordion/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=accordion) * [API References](https://ej2.syncfusion.com/angular/documentation/accordion/api-accordion.html?utm_source=npm&utm_campaign=accordion) * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=accordion#/material/accordion/default.html) - * [Product Page](https://www.syncfusion.com/products/angular/accordion) + * [Product Page](https://www.syncfusion.com/angular-components/angular-accordion) * AppBar - The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/appbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=appbar) * [API References](https://ej2.syncfusion.com/angular/documentation/appbar/api-appbar.html?utm_source=npm&utm_campaign=appbar) * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=appbar#/material/appbar/default.html) - * [Product Page](https://www.syncfusion.com/products/angular/appbar) + * [Product Page](https://www.syncfusion.com/angular-components/angular-appbar) * Breadcrumb - Graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links. @@ -58,21 +58,21 @@ Following list of components are available in the package * [Getting started](https://ej2.syncfusion.com/angular/documentation/sidebar/getting-started?lang=typescript&utm_source=npm&utm_campaign=sidebar#getting-started) * [API references](https://ej2.syncfusion.com/angular/documentation/api/sidebar?utm_source=npm&utm_campaign=sidebar) * [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=tab#/material/sidebar/default) - * [Product page](https://www.syncfusion.com/products/angular-components/sidebar) + * [Product page](https://www.syncfusion.com/angular-components/angular-sidebar) * Tab - Content panel to show multiple contents in a specific space, one at a time. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/tab/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=tab) * [API References](https://ej2.syncfusion.com/angular/documentation/tab/api-tab.html?utm_source=npm&utm_campaign=tab) * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=tab#/material/tab/default.html) - * [Product Page](https://www.syncfusion.com/products/angular/tab) + * [Product Page](https://www.syncfusion.com/angular-components/angular-tabs) * Toolbar - Displays a group of command buttons arranged horizontally. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/toolbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=toolbar) * [API References](https://ej2.syncfusion.com/angular/documentation/toolbar/api-toolbar.html?utm_source=npm&utm_campaign=toolbar) * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=toolbar#/material/toolbar/default.html) - * [Product Page](https://www.syncfusion.com/products/angular/toolbar) + * [Product Page](https://www.syncfusion.com/angular-components/angular-toolbar) * TreeView - Represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more. @@ -92,12 +92,12 @@ Following list of components are available in the package `Navigation` component is also offered in following list of frameworks. -1. [JavaScript](https://github.com/syncfusion/ej2-javascript-controls/tree/master/controls/navigations?utm_source=npm&utm_campaign=navigation) -2. [React](https://github.com/syncfusion/ej2-react-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation) -3. [VueJS](https://github.com/syncfusion/ej2-vue-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation) -4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-controls/accordion) -5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-controls/accordion) -6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/accordion) +1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +2. [React](https://github.com/syncfusion/ej2-react-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +3. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +4. [ASP.NET Core](https://github.com/syncfusion/ej2-aspnetcore-samples?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +5. [ASP.NET MVC](https://github.com/syncfusion/ej2-aspnetmvc-samples?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) +6. [JavaScript (ES5)](https://github.com/syncfusion/ej2-javascript-ui-controls?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) ## Use-case samples / Showcase samples @@ -194,7 +194,7 @@ Sidebar component is used in the following samples. Product support is available for through following mediums. * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=navigation) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=navigation). -* New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new). +* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm). * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=navigation) with tag `syncfusion` and `ej2`. ## Related Links @@ -208,10 +208,10 @@ Product support is available for through following mediums. ## License -Check the license detail [here](https://github.com/syncfusion/ej2-angular-components/blob/master/license?utm_source=npm&utm_campaign=navigation). +Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_campaign=navigation). ## Changelog -Check the changelog [here](https://github.com/syncfusion/ej2-angular-components/blob/master/components/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation) +Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation) © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. diff --git a/components/pdfviewer/README.md b/components/pdfviewer/README.md index 3c643c5c6..64fc033c2 100644 --- a/components/pdfviewer/README.md +++ b/components/pdfviewer/README.md @@ -48,7 +48,7 @@ PDF Viewer component is also offered in following list of frameworks. Product support is available for through following mediums. * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm). -* New [GitHub issue](https://github.com/syncfusion/ej2-pdfviewer/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm). +* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm). * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`. ## Related Links diff --git a/components/schedule/README.md b/components/schedule/README.md index 4c094956e..cf2ac6826 100644 --- a/components/schedule/README.md +++ b/components/schedule/README.md @@ -59,7 +59,7 @@ Schedule component is also available in following list of frameworks. Product support is available through following mediums. * Creating incident through Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). -* New [GitHub issue](https://github.com/syncfusion/ej2-angular-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). +* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`. ## Related Links @@ -73,7 +73,7 @@ Product support is available through following mediums. ## License -Check the license detail [here](https://github.com/syncfusion/ej2-angular-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). +Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). ## Changelog From e65f136c81489318aa0e291194315cc1e48ec958 Mon Sep 17 00:00:00 2001 From: Gowri V L Date: Wed, 14 Dec 2022 18:02:31 +0530 Subject: [PATCH 3/4] updated-angular-demo-link-to-bootstrap --- components/diagrams/README.md | 2 +- components/navigations/README.md | 18 +++++++++--------- components/pdfviewer/README.md | 2 +- components/schedule/README.md | 26 +++++++++++++------------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/components/diagrams/README.md b/components/diagrams/README.md index a1f43fe83..5102027dc 100644 --- a/components/diagrams/README.md +++ b/components/diagrams/README.md @@ -19,7 +19,7 @@ npm install @syncfusion/ej2-angular-diagrams ## Resources * [Getting Started](https://ej2.syncfusion.com/angular/documentation/diagram/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) -* [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/material/diagram/default-functionalities?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +* [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/diagram/default-functionalities?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) * [Product Page](https://www.syncfusion.com/angular-components/angular-diagram?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) ## Supported Frameworks diff --git a/components/navigations/README.md b/components/navigations/README.md index 4154bba4f..6ec863905 100644 --- a/components/navigations/README.md +++ b/components/navigations/README.md @@ -22,56 +22,56 @@ Following list of components are available in the package * [Getting Started](https://ej2.syncfusion.com/angular/documentation/accordion/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=accordion) * [API References](https://ej2.syncfusion.com/angular/documentation/accordion/api-accordion.html?utm_source=npm&utm_campaign=accordion) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=accordion#/material/accordion/default.html) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/accordion/default?utm_source=npm&utm_campaign=accordion) * [Product Page](https://www.syncfusion.com/angular-components/angular-accordion) * AppBar - The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/appbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=appbar) * [API References](https://ej2.syncfusion.com/angular/documentation/appbar/api-appbar.html?utm_source=npm&utm_campaign=appbar) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=appbar#/material/appbar/default.html) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/appbar/default?utm_source=npm&utm_campaign=appbar) * [Product Page](https://www.syncfusion.com/angular-components/angular-appbar) * Breadcrumb - Graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/breadcrumb/getting-started?lang=typescript&utm_source=npm&utm_campaign=breadcrumb) * [API References](https://ej2.syncfusion.com/angular/documentation/api/breadcrumb?utm_source=npm&utm_campaign=breadcrumb) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=breadcrumb#/material/breadcrumb/default) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/breadcrumb/default?utm_source=npm&utm_campaign=breadcrumb) * [Product Page](https://www.syncfusion.com/angular-components/angular-breadcrumb) * Carousel - The Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/carousel/getting-started?lang=typescript&utm_source=npm&utm_campaign=carousel) * [API References](https://ej2.syncfusion.com/angular/documentation/api/carousel?utm_source=npm&utm_campaign=carousel) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=carousel#/material/carousel/default) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/carousel/default?utm_source=npm&utm_campaign=carousel) * [Product Page](https://www.syncfusion.com/angular-components/angular-carousel) * ContextMenu - Graphical user interface that appears on the user right click/touch hold action. It has the support to provide nested level menu items. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/context-menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=context-menu) * [API References](https://ej2.syncfusion.com/angular/documentation/api/context-menu?utm_source=npm&utm_campaign=context-menu) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=contextmenu#/material/context-menu/default) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/context-menu/default?utm_source=npm&utm_campaign=contextmenu) * [Product Page](https://www.syncfusion.com/angular-components/context-menu) * Sidebar - Expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content. * [Getting started](https://ej2.syncfusion.com/angular/documentation/sidebar/getting-started?lang=typescript&utm_source=npm&utm_campaign=sidebar#getting-started) * [API references](https://ej2.syncfusion.com/angular/documentation/api/sidebar?utm_source=npm&utm_campaign=sidebar) - * [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=tab#/material/sidebar/default) + * [View online demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/sidebar/default?utm_source=npm&utm_campaign=tab) * [Product page](https://www.syncfusion.com/angular-components/angular-sidebar) * Tab - Content panel to show multiple contents in a specific space, one at a time. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/tab/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=tab) * [API References](https://ej2.syncfusion.com/angular/documentation/tab/api-tab.html?utm_source=npm&utm_campaign=tab) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=tab#/material/tab/default.html) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/tab/default?utm_source=npm&utm_campaign=tab) * [Product Page](https://www.syncfusion.com/angular-components/angular-tabs) * Toolbar - Displays a group of command buttons arranged horizontally. * [Getting Started](https://ej2.syncfusion.com/angular/documentation/toolbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=toolbar) * [API References](https://ej2.syncfusion.com/angular/documentation/toolbar/api-toolbar.html?utm_source=npm&utm_campaign=toolbar) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=toolbar#/material/toolbar/default.html) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/toolbar/default?utm_source=npm&utm_campaign=toolbar) * [Product Page](https://www.syncfusion.com/angular-components/angular-toolbar) * TreeView - Represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more. @@ -85,7 +85,7 @@ Following list of components are available in the package * [Getting Started](https://ej2.syncfusion.com/angular/documentation/menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=menu) * [API References](https://ej2.syncfusion.com/angular/documentation/api/menu?utm_source=npm&utm_campaign=menu) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=menu#/material/menu/default) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/menu/default?utm_source=npm&utm_campaign=menu) * [Product Page](https://www.syncfusion.com/angular-components/menu) ## Supported Frameworks diff --git a/components/pdfviewer/README.md b/components/pdfviewer/README.md index 64fc033c2..ad5c85b25 100644 --- a/components/pdfviewer/README.md +++ b/components/pdfviewer/README.md @@ -19,7 +19,7 @@ npm install @syncfusion/ej2-pdfviewer ## Resources * [Getting Started](https://ej2.syncfusion.com/angular/documentation/pdfviewer/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) -* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +* [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/pdfviewer/default?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) * [Product Page](https://www.syncfusion.com/angular-components/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) ## Supported Frameworks diff --git a/components/schedule/README.md b/components/schedule/README.md index cf2ac6826..3cc19712d 100644 --- a/components/schedule/README.md +++ b/components/schedule/README.md @@ -19,7 +19,7 @@ npm install @syncfusion/ej2-angular-schedule ## Resources * [Getting Started](https://ej2.syncfusion.com/angular/documentation/schedule/getting-started.html?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) -* [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/material/schedule/default?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +* [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/default?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) * [Product Page](https://www.syncfusion.com/angular-components/angular-scheduler?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) ## Supported Frameworks @@ -34,23 +34,23 @@ Schedule component is also available in following list of frameworks. ## Showcase samples -* [Fare calendar demo in Angular](https://ej2.syncfusion.com/angular/demos/#/material/schedule/resources?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)) +* [Fare calendar demo in Angular](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/resources?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)) ## Key Features -* [**Views**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/views?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Schedule is now availed with 10 different view modes – day, week, work week, month, timeline day, timeline week, timeline work-week, timeline month, agenda and month agenda. It is possible to configure view-based settings on each view mode. The `Week` view is set as active view by default. -* [**Data binding**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/remote-data?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time. +* [**Views**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/views?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Schedule is now availed with 10 different view modes – day, week, work week, month, timeline day, timeline week, timeline work-week, timeline month, agenda and month agenda. It is possible to configure view-based settings on each view mode. The `Week` view is set as active view by default. +* [**Data binding**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/remote-data?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time. * **Drag and drop** - Appointments can be easily rescheduled to another time by dragging and dropping them onto the required time slots. * **Appointment resize** - An appointment’s time can be easily extended by resizing its start or end handlers. -* [**Multiple resources**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/group?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports planning and management of events for multiple resources and allows to group them under appropriate resources. Also, supports date-wise grouping, linked appointments and other group related customizations. -* [**Recurrence**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/recurrence-events?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis. -* [**Template**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/events-template?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - The key elements like events, date header, work cells and event tooltip comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it. -* [**Timezone**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/timezone-event?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event – thus allowing the events to display on its exact local time. -* [**Timescale**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/timescale?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots. -* [**Customizable working days and hours**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/work-days?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Users can set specific [work hour](https://ej2.syncfusion.com/angular/demos/#/material/schedule/work-hours?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) range which is visually differentiated with active colour. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as [weekend](https://ej2.syncfusion.com/angular/demos/#/material/schedule/hide-weekend?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). -* [**Custom editor template**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/editor-template?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor. -* [**Adaptive rendering**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/month-agenda?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort. -* [**Keyboard interaction**](https://ej2.syncfusion.com/angular/demos/#/material/schedule/keyboard-interaction?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs. +* [**Multiple resources**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/group?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports planning and management of events for multiple resources and allows to group them under appropriate resources. Also, supports date-wise grouping, linked appointments and other group related customizations. +* [**Recurrence**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/recurrence-events?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis. +* [**Template**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/events-template?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - The key elements like events, date header, work cells and event tooltip comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it. +* [**Timezone**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/timezone-event?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event – thus allowing the events to display on its exact local time. +* [**Timescale**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/timescale?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Allows to display customized time duration, with clear and accurate depiction of appointments across the appropriate time slots. +* [**Customizable working days and hours**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/work-days?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Users can set specific [work hour](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/work-hours?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) range which is visually differentiated with active colour. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as [weekend](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/hide-weekend?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm). +* [**Custom editor template**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/editor-template?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor. +* [**Adaptive rendering**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/month-agenda?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort. +* [**Keyboard interaction**](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/keyboard-interaction?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs. * [**Localization**](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#localization?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language. * [**RTL**](https://ej2.syncfusion.com/angular/documentation/schedule/localization.html#rtl?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) - Supports displaying the component to display in the direction from right to left. From 4697663f18d3dcf0828491bf5a7a812b3cae6e93 Mon Sep 17 00:00:00 2001 From: Gowri V L Date: Wed, 14 Dec 2022 18:45:29 +0530 Subject: [PATCH 4/4] updated-demos-missed-links-angular --- components/diagrams/README.md | 32 ++++++++++++++++---------------- components/navigations/README.md | 3 +-- components/pdfviewer/README.md | 2 +- components/schedule/README.md | 2 +- 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/components/diagrams/README.md b/components/diagrams/README.md index 5102027dc..a73b70c7f 100644 --- a/components/diagrams/README.md +++ b/components/diagrams/README.md @@ -40,21 +40,21 @@ Diagram component is also offered in following list of frameworks. ## Key Features -- [**Nodes**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily. -- [**Connectors**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - The relationship between two nodes is represented using a connector. -- [**Labels**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm)- Labels are used to annotate nodes and connectors. -- [**Interactive Features**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Interactive features are used to improve the run time editing experience of a diagram. -- [**Data Binding**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Generates diagram with nodes and connectors based on the information provided from an external data source. -- [**Commands**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations. -- [**Automatic Layout**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout. -- [**Overview Panel**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - The overview panel is used to improve navigation experience when exploring large diagrams. -- [**SymbolPalettes**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram. -- [**Rulers**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control. -- [**Serialization**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization. -- [**Exporting and Printing**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents. -- [**Gridlines**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface. -- [**Page Layout**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins. -- [**Context Menu**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) - Frequently used commands can easily be mapped to the context menu. +- [**Nodes**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/nodes) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily. +- [**Connectors**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/connectors) - The relationship between two nodes is represented using a connector. +- [**Labels**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/annotations)- Labels are used to annotate nodes and connectors. +- [**Interactive Features**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/drawing-tool) - Interactive features are used to improve the run time editing experience of a diagram. +- [**Data Binding**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/local-data) - Generates diagram with nodes and connectors based on the information provided from an external data source. +- [**Commands**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/key-board-functions) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations. +- [**Automatic Layout**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/hierarchical-tree) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout. +- [**Overview Panel**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/overview) - The overview panel is used to improve navigation experience when exploring large diagrams. +- [**SymbolPalettes**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/symbol-palette) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram. +- [**Rulers**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/drawing-tool) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control. +- [**Serialization**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/serialization) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization. +- [**Exporting and Printing**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/print-export) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents. +- [**Gridlines**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/default-functionalities) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface. +- [**Page Layout**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/print-export)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins. +- [**Context Menu**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=diagram#/bootstrap5/diagram/key-board-functions) - Frequently used commands can easily be mapped to the context menu. ## Support @@ -67,7 +67,7 @@ Product support is available for through following mediums. ## Related Links * [Download Free Trial](https://www.syncfusion.com/downloads?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) -* [Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) +* [Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/diagram/default-functionalities?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) * [Community Forums](https://www.syncfusion.com/forums/?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) * [Knowledge Base](https://www.syncfusion.com/kb/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) * [Suggest a feature](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-diagram-npm) diff --git a/components/navigations/README.md b/components/navigations/README.md index 6ec863905..5cdf22aa8 100644 --- a/components/navigations/README.md +++ b/components/navigations/README.md @@ -78,7 +78,7 @@ Following list of components are available in the package * [Getting Started](https://ej2.syncfusion.com/angular/documentation/treeview/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-treeview-npm) * [API References](https://ej2.syncfusion.com/angular/documentation/api/treeview?utm_source=npm&utm_medium=listing&utm_campaign=angular-treeview-npm) - * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-treeview-npm) + * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/treeview/default?utm_source=npm&utm_medium=listing&utm_campaign=angular-treeview-npm) * [Product Page](https://www.syncfusion.com/angular-components/angular-treeview?utm_source=npm&utm_medium=listing&utm_campaign=angular-treeview-npm) * Menu - Graphical user interface that serves as navigation header for your application or site. It has the support to provide nested level menu items that can be populated from a data source such as an array of JavaScript objects. @@ -200,7 +200,6 @@ Product support is available for through following mediums. ## Related Links * [Download Free Trial](https://www.syncfusion.com/downloads?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) -* [Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) * [Community Forums](https://www.syncfusion.com/forums/?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) * [Knowledge Base](https://www.syncfusion.com/kb/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) * [Suggest a feature](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-navigations-npm) diff --git a/components/pdfviewer/README.md b/components/pdfviewer/README.md index ad5c85b25..255d35b9a 100644 --- a/components/pdfviewer/README.md +++ b/components/pdfviewer/README.md @@ -54,7 +54,7 @@ Product support is available for through following mediums. ## Related Links * [Download Free Trial](https://www.syncfusion.com/downloads?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) -* [Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) +* [Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/pdfviewer/default?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) * [Community Forums](https://www.syncfusion.com/forums/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) * [Knowledge Base](https://www.syncfusion.com/kb/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) * [Suggest a feature](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) diff --git a/components/schedule/README.md b/components/schedule/README.md index 3cc19712d..35f3b1208 100644 --- a/components/schedule/README.md +++ b/components/schedule/README.md @@ -65,7 +65,7 @@ Product support is available through following mediums. ## Related Links * [Download Free Trial](https://www.syncfusion.com/downloads?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) -* [Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) +* [Online Demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/schedule/overview?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) * [Community Forums](https://www.syncfusion.com/forums/?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) * [Knowledge Base](https://www.syncfusion.com/kb/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) * [Suggest a feature](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm)