Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
tools
/
polymer
/
tests
/
html_to_js
/
foo.ts
blob: 95df3685327ee4a00e96591ced66caea35836902 [
file
] [
log
] [
blame
]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Polymer
({
is
:
'cr-foo'
,
_template
:
html
`
{__html_template__}
`
,
});