Skip to content

Commit

Permalink
docs: ✏️ update github tpl and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Mar 23, 2024
1 parent f52f7da commit d803dea
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Please check if your PR fulfills the following requirements:

- [ ] The commit message follows our guidelines: https://github.com/ngneat/transloco/blob/master/CONTRIBUTING.md#commit
- [ ] The commit message follows our guidelines: https://github.com/jsverse/transloco/blob/master/CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)

Expand Down
2 changes: 1 addition & 1 deletion BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The `sourceRoot` value is determined by the following logic:

#### Dynamic Template Keys

Comments in the templates will now **inherit the `read` [input](https://ngneat.github.io/transloco/docs/structural-directive/#utilizing-the-read-input) value** (if exists), and will be prefixed with it:
Comments in the templates will now **inherit the `read` [input](https://jsverse.github.io/transloco/docs/structural-directive/#utilizing-the-read-input) value** (if exists), and will be prefixed with it:
```html
<!-- t(this.is.cool) -->
<ng-container *transloco="let m; read: 'messages'">
Expand Down
Loading

0 comments on commit d803dea

Please sign in to comment.