Questions tagged [angularjs]
AngularJS, commonly referred to as Angular, is an open-source web application framework, maintained by Google.
149 questions
0
votes
1
answer
30
views
Load Video on SharePoint Online Immediately
We are facing an issue loading the video on the custom landing page (using AngularJS + HTML) on SharePoint online. It takes 2-3 seconds to buffer the video after loading the page, then it's playing, ...
0
votes
1
answer
69
views
multiple $http calls in angular sp app
I am trying to chain together some http calls using angular to access the 'current' ProjectUID. I need to use this in a variable. I've looked at quite a few articles, and recognized the issue I was ...
0
votes
1
answer
285
views
PWA/Project Online - Setting Project ID dynamically with REST
I am trying to dynamically set the Project UID in an Angular app which is deployed to every subsite throughout my PWA. I need to be able to ideally, store the Project UID in a global variable which I ...
0
votes
1
answer
199
views
Obtain relative site URL
I need to save a relative URL to a SharePoint subsite in the html controller of an Angular app I'm deploying directly to a page. I need the URL to be dynamic, so that when I save this site as a ...
1
vote
0
answers
147
views
Add SPFx to Angular Page
My organization has a site completely designed in angularJS(Not designed by me). Now I have designed a web part using SPFx which I want to add to the existing site. The web part layout is also ...
0
votes
1
answer
757
views
Trying to upload files to SharePoint list AngularJS and REST API
I have a SharePoint hosted html file with a form that I use to add a new list item to a SP list via the REST API. I am also reading data from the list using AngularJS for both reading and writing to ...
2
votes
2
answers
136
views
Call all the versions of a SharePoint comment's field with AngularJS
I created a list with AngularJS, using ng-repeat. The data comes from a SharePoint list.
In my SharePoint list when I open to see the detail I can see the version history of the "Comments" ...
0
votes
1
answer
82
views
Mocking $().SPServices in JavaScript
I'm working on a legacy AngularJS application that runs on SP. In its services, it's heavily using jQuery.SPServices to fetch/save data. This has made the services untestable. Is there an easy way to ...
0
votes
2
answers
1k
views
HTML drop downs are not working on sharepoint online page
I am facing one strange issue with HTML drop downs.
We have deployed drop downs on SharePoint online pages using provided hosted add-in (MVC solution type).
We bind data to these drop-downs using ...
1
vote
2
answers
415
views
Is it possible to have Angular forms connected to a SharePoint Site list?
I want to know if it's possible to have HTML/Angular forms connected to a SharePoint enterprise Site list.
The client environment is Microsoft Windows 10
0
votes
1
answer
2k
views
How to add link to item field with angular?
I am a beginner in Angular. I am trying to combine several TASKS list into single Angular table. It works well and here is part of my code, JS part:
$http({
method: 'GET',
url: $urllist[1],
...
1
vote
1
answer
2k
views
SharePoint Online authentication with external Angular 8 web application
I've an external web application made with Angular 8 where I should display some data coming from our SharePoint Online site.
I've created an user without license that has read-only permissions on a ...
2
votes
2
answers
5k
views
Creating a SPA (single page App) on SharePoint Online
I am new to the SharePoint world & I have been assigned to make a Single-page Application using any Framework (ReactJS/Angular) on SharePoint online (Microsoft 365).
The Application needs to take ...
1
vote
0
answers
33
views
C# api upload to SharePoint [closed]
I want to read and upload on SharePoint, anyone can help me ?
I use C# api. I try by Cloudinay and Api works.
1
vote
1
answer
2k
views
How to edit Web Part properties in REST or CSOM?
This is a follow-up to my earlier question, How to get all properties of a Site Page using REST API?. Using REST in an AngularJS application, I was able to read the properties of the Web Part Page ...