angular
4 TopicsSharePoint 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.4KViews0likes0CommentsSharePoint 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.2KViews0likes2CommentsBest 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, Puli2.1KViews1like1Comment