angular
6 TopicsHow to integrate with Angular ngCspNonce`
Good Day I'm trying to set up CSP Nonce support with Angular, using IIS on Windows-based Azure App Service Plans. I can't switch to a different web server due to other requirements, so I'm stuck with IIS. What I need to configure is a replacement for 'nonce-random_nonce_value' In Apache or Nginx, this is trivial, but on IIS how do I tell it to replace "nonce-random_nonce_value" with "nonce-<blah-long-hash>". Thanks166Views0likes0CommentsCORS PREFLIGHT WHEN USE WEBHOOK FOR MICROSOFT TEAMS
Hi, i've created an angular app that send some Adaptive cards to a TEAMS channel created with connector plugin but when i try to post a a json i got following CORS ERROR. Is there a way to fix it? In documentation there is only an example using cUrl and Powershell but not using a frontend app .1.7KViews1like2CommentsSharePoint Online / Angular - Error: Uncaught Error: Zone already loaded
We currently have a serious production issue with two SharePoint Online customers. On Classic Pages when you add an Angular app, the app does not work. There is an error in the console: Zone already loaded. On Modern Pages Angular apps still works. According to this post: https://stackoverflow.com/questions/66469814/sharepoint-online-angular-error-uncaught-error-zone-already-loaded, the workaround is to add the following code. window.Zone = undefined; Microsoft is pushing the following file which contains a lot of globally defined functions. That is the cause. I guess everyone which uses Angular apps on Classic Pages will get this error.1.3KViews0likes0CommentsSharePoint Framework and Angular 4/5 with multiple webparts
Hi, I am trying to create SPFx multiple web parts with Angular 4. I have created 'App' folder under webparts folder and trying to run the project. I am able to run first web part but when adding second webpart , It is throwing errors. I am attaching my code here. Can you please suggest, How can I use angular 4 with only one app folder in SPFx with multiple webparts? Thanks, Gaurav2.1KViews0likes2CommentsBest JS framework(Angular/React/Vue) to use in SharePoint 2013
Hi, We have tools (Basically CRUD operations in multiple lists across sites/site collections. Handles large amount of data and has lots of business functionalities/logic) that were built using jQuery and Datatables.js. We are planning to rebuild in 2013. Visual Studio/ server side coding is not allowed. Can anyone suggest which JavaScript framework (Angular Js1.x, Angular 2+, React, Vue/ Others) is best to use in SharePoint 2013? Difficult to get Node.JS/NPM/CLI on DEV environment. we have tried a PoC in Angular 4 using SystemJs-Manual mapping concept. But not sure how bundling and future upgrade will be if CLI/NPM is not used. Any suggestions please? Thanks, Puli2KViews1like1Comment