Updated telemetry details on readme
This commit is contained in:
parent
f989b49014
commit
874f724b07
|
@ -80,3 +80,4 @@ src -> angularMsGraph -> GraphHelper.ts
|
|||
> every url the entry in the $sce could just be '*'. There is plenty of documentation available if you run into trouble
|
||||
> whitelisting the template url.
|
||||
|
||||
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/angular-msgraph" />
|
|
@ -48,7 +48,7 @@ export default class AngularMsGraphWebPart extends BaseClientSideWebPart<IAngula
|
|||
.config(($sceDelegateProvider: ng.ISCEDelegateProvider): void => {
|
||||
$sceDelegateProvider.resourceUrlWhitelist([
|
||||
'self',
|
||||
'https://15767-e7440:4321/dist/**'
|
||||
'https://localhost:4321/dist/**'
|
||||
]);
|
||||
});
|
||||
this.$injector = angular.bootstrap(this.domElement, ['angularconnectsp']);
|
||||
|
|
Loading…
Reference in New Issue