Products Technologies Demo Docs Blog Support Company

TX Text Control Packages for Angular 11.0 Published

We just published packages for the TX Text Control Document Editor and Document Viewer compatible with Angular 11.0.

TX Text Control Packages for Angular 11.0 Published

We published new npm packages for the TX Text Control DocumentEditor and DocumentViewer with Angular 11.0 support.

We released the following packages compatible to TX Text Control .NET Server X19:

Updating npm Packages

In Angular, npm is used to update packages. If you are updating from an older major version, the command update cannot be used to install the latest major version. Instead, the command install is required. The following command installs the latest release of the Angular document editor into the current project:

npm install @txtextcontrol/tx-ng-document-editor@latest

Added Strict Support

Angular 11 (since 10 experimental) allows you to create a new workspace in a strict mode. In order to be compatible with this strict mode, attribute values must be provided in a different way. For the Document Viewer, a typical component.html would look like this:

<tx-document-viewer
   width = "800px"
   height = "800px"
   basePath = "https://backend.textcontrol.com?access-token=yourtoken"
   documentData = "SGVsbG8gdGhlcmU="
   dock = "Window"
   [toolbarDocked] = "true"
   documentPath = "test.docx"
   [isSelectionActivated] = "true"
   [showThumbnailPane] = "true">
</tx-document-viewer>

Learn more about our Angular components here:

TX Text Control for Angular

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

Angular

Integrate document processing, editing, sharing, collaboration, creation, electronic signatures, and PDF generation into your Angular Web applications.

Learn more about Angular

Related Posts

AngularASP.NETJavaScript

Using the Document Editor in SPA Applications using the removeFromDom Method

This article shows how to use the removeFromDom method to remove the Document Editor from the DOM when it is no longer needed. This is useful when the Document Editor is used in a Single Page…


AngularASP.NETDocument Viewer

Merging Signature Annotations into Documents

The latest version of the TX Text Control Document Viewer can be used to sign any document with an annotation signature. This sample shows how to merge those SVG images into documents server-side.


AngularASP.NETDS Server

Version 30.0 Live Preview

Still in early beta, we published a live demo that shows some of the new features of TX Text Control 30.0 including comments and the new online document editor ribbon style.


AngularASP.NETDS Server

TX Text Control 30.0 Preview: Improved Online Document Editor Ribbon Design

We are currently working on version 30.0 that is planned to be released in Q4 2021. In this new version, the online document editor will receive an improved ribbon design and additional sidebars.…


AngularASP.NETCollaboration

DocumentViewer 29.2 (29.0.302.500) Final Released

We are happy to announce the final release of version 29.2 of the DocumentViewer for ASP.NET and ASP.NET Core. It comes with many new annotation and form field features to deploy documents for…