Chuck Jazdzewski
Chuck Jazdzewski
A bit of background around `Snapshots`. # Snapshots and Compose `Snapshots` solve two problems for Compose, observation and consistency. It does this through an in-memory transaction system implemented using an...
> What if we were going to resume the coroutine with an exception anyway? We'd have two exceptions to choose from in that case. Dispose (a.k.a abort) the snapshot. A...
No but it looks like a compiler bug in that we shouldn't be emitting a file without a valid name. Can you a related bug in angular/angular?
@kevupton This requires ContentChild query to be lifted from `Parent` into `Child` due to the `ng-content` being placed inside the `Parent` component reference. As pointed out in the answer to...
Consider changing the template for `test-input2` to be: ``` ``` Allowing `mdSuffix` to be injected into the parent through `ng-content`, as recommended in this issue, breaks the encapsulation between `TestInput2Component`...