I want to implement a global whitelist functionality for safe URLs in bypassing resource URLs in Angular 2 similar to that provided by AngularJS through its $sceDelegateProvider as outlined here
I have tried referring to the Angular docs but I can't seem to find any help.