Skip to content

Commit

Permalink
[FEATURE ember-glimmer-angle-bracket-built-ins]
Browse files Browse the repository at this point in the history
Implement `<LinkTo />`.
  • Loading branch information
chancancode committed Mar 19, 2019
1 parent 97abb38 commit c74e377
Show file tree
Hide file tree
Showing 10 changed files with 4,797 additions and 789 deletions.
2,436 changes: 1,684 additions & 752 deletions packages/@ember/-internals/glimmer/lib/components/link-to.ts

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion packages/@ember/-internals/glimmer/lib/templates/link-to.hbs
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{{#if linkTitle}}{{linkTitle}}{{else}}{{yield}}{{/if}}
{{~#if (has-block)~}}
{{yield}}
{{~else~}}
{{this.linkTitle}}
{{~/if~}}
Loading

0 comments on commit c74e377

Please sign in to comment.