Anthony Cleaver
Anthony Cleaver
When using CORs with Access-Control-Allow-Credentials:true the Access-Control-Allow-Origin cannot be *. Usual practice is the echo back the the request origin as the allowed origin. It would be good to have...
For linkedin oAuth the mapping is for scope `basic` to `r_basicprofile` however this profile is no longer supported by linkedin as of 1st March, the new profile is `r_liteprofile`. This...
The inputs and outputs for the ngx-monaco-editor component are not typed ``` @Input('options') set options(options: any) { ... @Output() onInit = new EventEmitter(); ``` The output appears to be an...
The following syntax produces errors as expected: ``` angular.module('MyModule').controller('MyCtrl', function(Zulu, Alpha, Bravo) { Bravo.something(); }); ``` Throws - di: use array syntax - di-order: injected dependecies should be in alphabetical...
fixes #53 Exclude node_modules files when cleaning up declarations with the removeSource flag enabled
When using the `removeSource` option. If your bundle references a `.d.ts` file inside `node_modules` it deletes this file. I would expect it to ignore anything outside the project when cleaning...
First up wanted to say thanks for the library, xcap is great and this offshoot was just what I needed. It would be useful to have a method exposed on...