angular/adev/src
Miles Malerba 51b8ff23ce feat(compiler): support tagged template literals in expressions (#59947)
Adds support for using tagged template literals in Angular templates.

Ex:
```
@Component({
  template: '{{ greet`Hello, ${name()}` }}'
})
export class MyComp {
  name = input();

  greet(strings: TemplateStringsArray, name: string) {
    return strings[0] + name + strings[1] + '!';
  }
}
```

PR Close #59947
2025-02-28 19:53:33 +00:00
..
app docs(docs-infra): remove tutorial redirection (#60138) 2025-02-27 15:41:19 +00:00
assets docs(docs-infra): replace the WebGL home page animation with a CSS+JS version of it (#59865) 2025-02-13 15:03:36 +00:00
content feat(compiler): support tagged template literals in expressions (#59947) 2025-02-28 19:53:33 +00:00
styles docs(docs-infra): fix SCSS build-time warnings (#59115) 2025-01-14 11:09:23 -05:00
favicon.ico docs: add angular.dev (#52536) 2023-11-06 11:15:02 -08:00
index.html docs(docs-infra): replace the WebGL home page animation with a CSS+JS version of it (#59865) 2025-02-13 15:03:36 +00:00
local-styles.scss docs(docs-infra): fix SCSS build-time warnings (#59115) 2025-01-14 11:09:23 -05:00
main.server.ts docs: add angular.dev (#52536) 2023-11-06 11:15:02 -08:00
main.ts docs(docs-infra): remove compiler import (#55229) 2024-04-08 11:31:56 -07:00
robots.txt docs: change robots.txt to allow crawling (#56023) 2024-05-23 11:34:25 +02:00