Clemens Bastian

Results 32 comments of Clemens Bastian

@A9G-Data-Droid It's pretty normal you see a explosion in file size when you compile it to single-file application. > The size of the single file in a self-contained application will...

old post but for me using `addFullRequestInterceptor` worked: ``` Restangular.addFullRequestInterceptor(function (element, operation, route, url, headers, params, httpConfig) { headers = {'Authorization': 'Bearer ' + authService.getToken()}; return { element: element, params:...