Michael Prentice
Michael Prentice
> After the functionality of ::ng-deep will have been removed from Angular, I have no idea how we could achieve this. You would just use a global style that is...
Note that while having the ability to indicate a % complete would be nice in some cases, in the general case, it's most important to just be able to indicate...
I just wanted to bump this and say that with Nx and people learning TS more, these custom path mappings are very common. I would suggest moving the frequency of...
It might be nicer to update the comment to make it expandable (collapsed) and add a line outside of that which states that the vulnerabilities have been addressed (optionally with...
It would be nice to split out the addition of the TypeScript definitions into a separate PR so that the freegeoip vs. ipify debate does not block the addition of...
Verified that it is reproducible with latest `develop` version of `angular-bootstrap-switch`. Working on a plunker.
Plunker here: http://plnkr.co/edit/pyAhiI?p=preview
Another fix that I had to do for an internal directive was to put a $scope.watch on the isolated scope attributes coming into the directive. AngularJS wasn't keeping them in...
I'm seeing this with the Firebase Console as well: ``` ng-inspector: An error occurred attempting to invoke directive: fbCardActionBar Error: [ng:areq] http://errors.angularjs.org/1.5.9-local+sha.e8e8186/ng/areq?p0=fn&p1=not%20a%20function%2C%20got%20Object at eval (third_party/javascript/angular/v1_5/angular.min.js:6) at wb (third_party/javascript/angular/v1_5/angular.min.js:22) at Pa...
@levgaas you should use `@angular/service-worker` and the Angular CLI. These [Service Worker Docs](https://angular.io/guide/service-worker-intro) and the follow on docs will take you through the process.