Robert Freytag

Results 3 issues of Robert Freytag

Hey there, found a small issue: In your readme it says import omniauth.lib._ Your API changed, it is import omniauth._ import omniauth.lib._ For the sample to work out of the...

Hey there! As described in [the angular documentation](https://docs.angularjs.org/guide/production) I configured my app for production use like this: ``` anglar.module('app').config(['$compileProvider', function ($compileProvider) { $compileProvider.debugInfoEnabled(false); }]); ``` When doing this, I cannot...

hey there, I noticed that angularizeDirective does not work anymore: this code ``` link: function (scope, element) { // Add $scope scope.$scope = scope; const root = ReactDOMClient.createRoot($element[0]); ``` references...