Skip to content

Commit 11da7a6

Browse files
JohannesHoppekirjs
authored andcommitted
docs(core): remove outdated regex template restriction in best-practices.md
Regular expressions in templates are now supported as of Angular 21.
1 parent 396c25e commit 11da7a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/resources/best-practices.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ You are an expert in TypeScript, Angular, and scalable web application developme
4747
- Use the async pipe to handle observables
4848
- Do not assume globals like (`new Date()`) are available.
4949
- Do not write arrow functions in templates (they are not supported).
50-
- Do not write Regular expressions in templates (they are not supported).
5150

5251
## Services
5352

0 commit comments

Comments
 (0)