forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.html
executable file
·143 lines (123 loc) · 5.34 KB
/
features.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<header class="marketing-banner">
<h1 class="banner-headline no-toc no-anchor">Angular features</h1>
</header>
<article class="center-layout">
<div class="feature-section">
<div class="feature-header">
<div class="text-headline">Any app size</div>
<img src="generated/images/marketing/features/feature-icon.svg" height="70px" alt="Feature icon">
</div>
<div class="feature-row">
<div class="feature">
<div class="feature-title">Start quickly</div>
<p class="text-body">You can start small knowing that Angular's tools support your apps as they grow.
<a href="/scaling">Learn more</a>
</p>
</div>
<div class="feature">
<div class="feature-title">Enterprise capable</div>
<p class="text-body">Angular supports you with an opinionated platform as your team and apps grow.
This allows you to build testable, and scalable user interfaces that perform well as they grow.</p>
</div>
<div class="feature">
<div class="feature-title">Predictable releases</div>
<p class="text-body">Angular's predictable release schedule and update tools help you keep your
app up-to-date with the latest advancements in the framework and the web platform.
<a href="/guide/releases">Learn more</a></p>
</div>
</div>
<hr>
</div>
<div class="feature-section">
<div class="feature-header">
<div class="text-headline">A great community</div>
<img src="generated/images/marketing/features/feature-icon.svg" height="70px" alt="Feature icon">
</div>
<div class="feature-row">
<div class="feature">
<div class="feature-title">Community resources</div>
<p class="text-body">The Angular community is a global community that's
made up of many local organizations.
<a href="resources?category=community">Learn more</a>
</p>
</div>
<div class="feature">
<div class="feature-title">Education resources</div>
<p class="text-body">The Angular community offers books, workshops, and
formal training to help you get started.
<a href="resources?category=education">Learn more</a>
</p>
</div>
<div class="feature">
<div class="feature-title">Development resources</div>
<p class="text-body">The Angular community and team offer resources to
help all stages of your development.
<a href="resources?category=development">Learn more</a>
</p>
</div>
</div>
<hr>
</div>
<div class="feature-section">
<div class="feature-header">
<div class="text-headline">Build productively</div>
<img src="generated/images/marketing/features/feature-icon.svg" height="70px" alt="Feature icon">
</div>
<div class="feature-row">
<div class="feature">
<div class="feature-title">Powerful command-line interface</div>
<p class="text-body">The Angular command-line interface (CLI)
supports starting a project and growing it to production,
maintaining consistency across teams and projects.
<a href="cli">Learn more</a></p>
</div>
<div class="feature">
<div class="feature-title">Forms and routing</div>
<p class="text-body">Angular's forms and routing, developed and supported by the Angular team,
provide stability and integration with the rest of the platform.
Learn more about <a href="guide/forms-overview">forms</a> and
<a href="guide/routing-overview">routing</a>.
</p>
</div>
<div class="feature">
<div class="feature-title">Development tools</div>
<p class="text-body">Angular's integrated development environment (IDE)
tools offer autocompletion and type checking.
Profiling tools give a preview of your app's performance.</p>
</div>
</div>
<hr>
</div>
<div class="feature-section">
<div class="feature-header">
<div class="text-headline">For everyone, everywhere</div>
<img src="generated/images/marketing/features/feature-icon.svg" height="70px" alt="Feature icon">
</div>
<div class="feature-row">
<div class="feature">
<div class="feature-title">Internationalization tools</div>
<p class="text-body">Angular's Internationalization (i18n) and Localization
(l10n) tools help your app reach people around the world.
<a href="guide/i18n-overview">Learn more</a></p>
</div>
<div class="feature">
<div class="feature-title">Accessibility tools</div>
<p class="text-body">Create accessible apps with ARIA-enabled components, developer guides,
and built-in Accessibility (a11y) test infrastructure.
<a href="guide/accessibility">Learn more</a></p>
</div>
<div class="feature">
<div class="feature-title">Component libraries</div>
<p class="text-body">Many component libraries are available for Angular apps to use.
Material component library is one library that thousands of Google apps use with
confidence.
Learn more about <a href="https://material.angular.io/">Angular Material</a>.
</p>
</div>
</div>
<hr>
</div>
<div class="cta-bar announcement-bar">
<a class="button" href="quick-start">Try Angular</a>
</div>
</article>