docs: add example and edit two-way-binding section of Template Syntax (#26278)
PR Close #26278
This commit is contained in:

committed by
Andrew Kushnir

parent
85d38ae564
commit
7e3a60ad31
14
aio/content/examples/two-way-binding/src/index.html
Normal file
14
aio/content/examples/two-way-binding/src/index.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Two-way Binding</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user