This repository has been archived by the owner on Nov 26, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (58 loc) · 2.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Angular2Buch</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<link rel="stylesheet" href="/github-markdown.css">
</head>
<body>
<article class="markdown-body">
<h1 id="angular2-playground">Angular2 Playground</h1>
<p>Quelltexte, Snippets, mal schauen...</p>
<p><a href="https://travis-ci.org/Angular2Buch/code"><img src="https://api.travis-ci.org/Angular2Buch/code.svg" alt="Build status"></a></p>
<h2 id="demo-seite-starten">Demo-Seite starten</h2>
<pre><code class="lang-cmd">$ npm install
$ npm install -g jspm
$ jspm install
$ npm run-script build
$ npm <span class="hljs-built_in">start</span>
</code></pre>
<h2 id="beispiele">Beispiele</h2>
<ul>
<li><a href="source/hello-world-bundle">hello-world - mit Bundle</a> - zeigt, wie das Bundle angular2.dev.js verwendet wird</li>
<li><a href="source/hello-world">hello-world</a> - zeigt, wie Angular per System.js geladen wird</li>
<li><a href="source/reddit-clone">reddit-clone</a></li>
<li><a href="source/shopping-list">shopping-list</a></li>
</ul>
<h3 id="forms">Forms</h3>
<ul>
<li><a href="source/forms/quick-start/">Quick start</a></li>
<li><a href="source/forms/form-builder/">FormBuilder</a></li>
<li><a href="source/forms/form-controls-shorthand/">myform.find()</a></li>
<li><a href="source/forms/custom-validators/">Custom validators</a></li>
</ul>
<p>Beispiele neu Transpilieren</p>
<pre><code class="lang-cmd">$ npm install -g typescript
$ <span class="hljs-built_in">cd</span> [source/folder]
$ tsc --watch
</code></pre>
<h2 id="texte">Texte</h2>
<ul>
<li><a href="text/angular-module">angular-module</a> - Angular 2.0 und modularer Code</li>
<li><a href="text/angular-templating">angular-templating</a> - Angular Template-Syntax </li>
<li><a href="text/angular-forms">angular-forms</a> </li>
<li><a href="text/atom-typescript-angular">atom-typescript-angular</a> - Atom mit TypeScript und Angular2 nutzen</li>
</ul>
<h2 id="externe-ressourcen">Externe Ressourcen</h2>
<ul>
<li><a href="https://github.com/Angular2Buch/code/wiki">siehe Wiki</a></li>
</ul>
<br>
<div style="border-top: 1px solid #eee; font-size: 13px; color:silver;">Build on: 2016-02-06T11:08:05.376Z</small>
</article>
<span id="forkongithub">
<a href="https://github.com/Angular2Buch/code">Fork me on GitHub</a>
</span>
</body>
</html>