trustAsJs(value); Shorthand method. $sce.trustAsJs(value) âÂÂ
state([state]); This method is getter / setter. Return the history state object when called without any parameter. Change
post(url, data, [config]); Shortcut method to perform POST request. Parameters
getTrustedCss(value); Shorthand method. $sce.getTrustedCss(value) âÂÂ
enabled([element], [enabled]); Used to get and set whether animations are enabled or not on the entire application or on an element
$locationChangeStart Broadcasted before a URL will change. This change can be prevented by calling preventDefault
parseAsResourceUrl(expression); Shorthand method. $sce.parseAsResourceUrl(value) â $sce.parseAs($sce.RESOURCE_URL
service in module ng
all(promises); Combines multiple promises into a single promise that is resolved when all of the input promises are resolved.
getTrustedResourceUrl(value); Shorthand method. $sce.getTrustedResourceUrl(value) âÂÂ
Page 3 of 10