IE11 support with Angular 13 - internet-explorer-11

I know by default angular 13 doesn't support IE11.Does anyone have some experience how to make it work? Is there any chance those two versions works together?

I'm afraid it is impossible since Angular has officially removed its support for IE11. However, if you have such a demand, you can use Angular 12 as said in the blog:
Thanks to everyone who participated in the request for comments (RFC).
Developers who still need to support IE11 users for existing projects
can continue to use Angular v12 and it will be supported until
November 2022.

Related

im working on leadtools and trying to configure it to work on https

i'm using lead tools web scanner and trying to enable it to work on HTTPS.
Blockquote
can i get some help here
It appears you tried to quote something in your question but it did not show correctly.
In any case, if you’re using the current version 20 of LEADTOOLS, see this forum post with detailed information on How to Enable HTTPS in the LEADTOOLS Web Scanning Host.
If you’re using the previous version 19, there’s an older article that discusses that version here.
If neither of these pages helped you, send full details about what you tried and what problems you ran into to the support address support#leadtools.com. Our email support is free regardless of which version of LEADTOOLS you’re using.

Office UI Fabric JS not on site anymore

I went to Office UI Fabric's site today and noticed "Fabric.js" was removed as an option.
Is Microsoft discouraging it from being used?
Last version update for Office Fabric JS (office-ui-fabric-js package) happen 8 months ago and the latest commit was performed 3 months ago. In the same time office-ui-fabric-react package is regularly updating and moving on full speed. Make up your own conclusion. By the way, FYI Office UI Fabric JS has it's own website.
Office UI Fabric JS is now officially dead. Fabric React and Fabric Core are the recommended libraries to use going forward.
We received this email from the Office 365 Message Center today:
Do you have any internal line-of-business apps or add-ins that your
developers have made to look like Office? If so, they may be using a
library called Fabric JS. We want to inform you that we will no longer
be making updates to the Office UI Fabric JS, beginning October 1,
2019.
Over the past few years, the team behind Office UI Fabric has been
working hard on Office UI Fabric React. It is a robust framework for
building experiences that fit seamlessly into a broad range of
Microsoft products. It includes many full-featured, production-ready
UI components, utilities for accessibility, styling, iconography,
toolkits, resources for designers, and more. Having reached this
milestone, we’re simplify our offering of UI frameworks. Going
forward, we recommend developers use Fabric React and Fabric Core to
build experiences that align with the Office user experience. As a
result, October 1, 2019 marks the official end of support for Office
UI Fabric JS. While we are no longer actively developing new features
or fixing bugs, all existing versions of Fabric JS will remain
available on Microsoft’s CDN and solutions built with Fabric JS will
continue to function normally.
[How does this affect me?]
If you have, or are building, applications that leverage Office UI
Fabric JS, you’re welcome to continue using it; however, Microsoft
will not fix any bugs and offers no guarantee that components will
stay current with latest Office user experience.
[What do I need to do to prepare for this change?]
If you have, or are building, applications that you would like to
ensure fit seamlessly into a broad range of Microsoft products,
instead of using Fabric JS, we recommend using Fabric React or Fabric
Core. To learn more about Fabric React and Fabric Core, please see the
Additional Information.

Symfony/API Platform no UI

I am trying out the Platform API framework that works with Symfony.
I am following their docs and trying to set up the little demo API.
Everything goes OK, at least I think. When I run the server I see no UI I only see this text in my browser:
{"#context":"\/contexts\/Entrypoint","#id":"\/","#type":"Entrypoint","book":"\/books","person":"\/people","organization":"\/organizations"}
Anyone knows what goes wrong here?
I am using composer for this little demo.
Any help is very much appreciated!
Thanks in advance!
Are you sure to use the version 2 of API Platform (the v1 doesn't have a builtin UI).
To execute the V2, you need PHP 7 or superior.
Do you use the provided Docker image?

How to install Telligent with sitecore 8.1?

I want to install and configure telligent with sitecore 8.1. In Telligent documentation i don't know from where i should start installing the telligent, there are lots of process defined. can any one tell me the process to install telligent with sitecore 8.1.
The first thing to understand is that they are 2 different products so you need to first install both of them separately according to their own system requirements. Generally Sitecore keeps this documentation here : https://dev.sitecore.net/
To install Telligent Community refer to here:
https://community.telligent.com/documentation/w/telligent-community-90/52408.install-telligent-community
Once that is done you have 2 ways to integrate:
REST Apis and Single Sign On Modules. You could use the cookies auth module to do single sign on then you need to gather data from Telligent Community from its REST API.
community.telligent.com/training/w/developer90/52426.cookies-authentication#
community.telligent.com/training/w/developer90/52429.rest-api
The recommend way is the use the Telligent Community REST SDK which is still using REST but makes it easier and has some single sign on capabilities built in. There is also some samples you can refer to.
community.telligent.com/training/w/developer90/52432.rest-sdk
github.com/Telligent/Community-Rest-SDK
github.com/Telligent/Social-SitecoreSDK-Samples
community.telligent.com/training/w/developer90/52432.rest-sdk
forgive the non-links, it will not let me post that many.

How to test website in IE11 compatibility?

I have make a wordpress website http://thecloudmouth.com. by used Twitter bootstrap 3.0. It work all browsers without Internet Explorer 11. It is really very frustration for me. Please give me solutions. How to check IE11 from online or use any software ?
Thanks in advance.
You can download free virtual machines from http://modern.ie.
One of the VMs available includes IE11.
http://www.modern.ie/en-us/virtualization-tools#downloads
That should get you what you need to test it, and best of all, it's free.