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 65b9e90
Show file tree
Hide file tree
Showing 10 changed files with 4,816 additions and 791 deletions.
2,449 changes: 1,695 additions & 754 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 65b9e90

Please sign in to comment.