Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions public/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
p.text-body Express your ideas with clean, understandable code. Angular is simple to build on, easy to change, and friendly to the way UX designers work. Create a UI that is beautiful by default, with material design and support for web components. Get started in just minutes with our <a href="/docs/ts/latest/quickstart.html">QuickStart Guide</a>.
.c6
code-example(language="javascript" format="linenums" showcase="true").
@Component({selector: 'my-app'})
@View({template: '&lt;h1&gt;Hi {{ name }}&lt;/h1&gt;'})
@Component({
selector: 'my-app',
template: '&lt;h1&gt;Hi {{ name }}&lt;/h1&gt;'
})

// Component controller
class MyAppComponent {
Expand Down