{% extends 'ng.html' %} {% block body %}

Quick Start

{% for step in QuickStart %}
$_: {{{step.command}}}
{{{step.description}}}

{% endfor %}

waw commands

{% for step in QuickStartWithCommands %}
$_: {{{step.command}}}
{{{step.description}}}

{% endfor %}
Show Full Docs

Part Management

Server Side

{% for step in ServerSide %}
$_: {{{step.command}}}
{{{step.description}}}

{% endfor %}

Angular 1.x Client Side

{% for step in AngularClientSide %}
$_: {{{step.command}}}
{{{step.description}}}

{% endfor %}
{% endblock %}