mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Guide pages do not mention `NgModule` so they are untouched (and not "reviewed" either). All code was migrated, including code in the `template-expression-operators` folder despite it only being referenced in the “archived” guide, `template-expression-operators.md`. PR Close #51364
14 lines
416 B
HTML
14 lines
416 B
HTML
<!-- Archived: see only referencing guide, `template-expression-operators.md`. -->
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Template Expression Operators Example</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>Loading...</app-root>
|
|
</body>
|
|
</html>
|