Brian Smith
Brian Smith
Thanks for the additions. The page https://developer.mozilla.org/en-US/docs/Web/CSS/background-clip#specifications is currently targeting spec version "Module Level 3", and the syntax for `background-clip: text` may change, there are open discussions about it: https://drafts.csswg.org/css-backgrounds-4/#propdef-background-clip....
I think this has now been fixed in the linked PR, right?
Thanks @skyclouds2001 - @TrySound , I'm sorry your PR didn't land, but this has been resolved, so I'm going to close it. Thanks a lot, and I hope you contribute...
Thanks, Hamish. A couple of comments to have a look at, I think this is in a good state in general, what do you think?
Great, thanks a lot, Hamish 👍🏻
Thanks for making the changes! I will take a look in the coming days.
I haven't forgotten about this one, BTW, I have some other work that's top of my list for the moment. I will be getting back to this shortly. Thanks for...
Changelog, for convenience: https://github.com/angular/angular/releases/tag/18.0.0
Thanks for the improvements, the only issue I see is that this PR is targeting the `@next` version which may change, so this concerns the 'structural directives' syntax: https://angular.dev/guide/directives#built-in-structural-directives *...
Some comments: In `Angular_todo_list_beginning`, I would change the `### Dynamically change the UI with @if and @for` section to: ```md ### Control flow with @if and @for blocks This tutorial...