This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
0
You've already forked angular-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
angular-cn
/
modules
/
@angular
/
compiler_cli
/
integrationtest
/
src
/
basic.html
3 lines
100 B
HTML
Raw
Normal View
History
Unescape
Escape
feat(offline compiler): a replacement for tsc that compiles templates see #7483.
2016-04-28 21:57:16 -07:00
<
div
>
{{ctxProp}}
<
/
div
>
<
form
>
<
input
type
=
"button"
[
(
ngModel
)
]
=
"
ctxProp
"
/
>
<
/
form
>
fix(compiler): support css stylesheets in offline compiler
2016-05-02 09:38:46 -07:00
<
my-comp
>
<
/
my-comp
>
Reference in New Issue
Copy Permalink