buddyackerman

Results 4 issues of buddyackerman

I get this error when I run a very basic angular app using this library in IE11 in IE8 compatibility mode. The error is on line 195 where ii's trying...

After starting Karma I see it load most every file in my app then I get the following error > Chrome 51.0.2704 (Windows 10 0.0.0) ERROR > Error: (SystemJS) Error:...

I have a demo project in which the tool is working. The code (in ngOnInit) looks like this: this.tourService.events$.subscribe(event => console.log(event)); this.tourService.initialize([ { anchorId: 'first', content: 'Start a new investigation',...

question
needs-more-info

### Steps to reproduce The LINQ expression 'DbSet() .Where(o => o.ScoringDate.Date > DateTime.Now.AddDays(-61).Date) .GroupBy(o => o.ServiceId)' could not be translated. ### The issue I recently upgraded my project from .NET...