Jessica Janiuk
Jessica Janiuk
I'm using the current latest Angular CLI (1.0.0-beta.24), and trying to test any code that has ng2-ckeditor in it is proving challenging. Angular 2 switched to webpack, and that's making...
First off, great extension! One thing that would be really nice is to be able to have the karma.conf.js living at the root of the solution rather than in each...
This adds the bulk of the infrastructure of incremental hydration. ## PR Type What kind of change does this PR introduce? - [x] Refactoring (no functional changes, no api changes)...
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description If a router link is clicked, but there is no router...
When hydrating a tree of blocks, this prevents cleanup from firing more than once per tree. It also ensures the cleanup happens after hydration has finished. fixes #58690 ## PR...