Merge pull request #37 from naomiblack/polish
Add favicon.ico to the top level of the site
This commit is contained in:
commit
55a56343e2
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -32,7 +32,7 @@
|
|||
.sticker <span class="sticker-icon icon-av-timer"></span>
|
||||
.c7
|
||||
h3.text-headline.text-uppercase Speed & Performance
|
||||
p.text-body Change detection is now 5x faster thanks to internal change detection tuned for top performance in modern JavaScript engines. If your application uses data structures that imply change guarantees (like immutables and observables), we will make use of them to help speed up your application.
|
||||
p.text-body Change detection is now 5x faster thanks to internal change detection tuned for top performance in modern JavaScript engines. If your application uses data structures that imply change guarantees (like immutables and observables), Angular 2 will make use of them to help speed up your application.
|
||||
|
||||
|
||||
<!-- Simplicity -->
|
||||
|
@ -62,7 +62,7 @@
|
|||
p.text-body Directly tap into to low-level animation support on mobile and desktop environments with easy-to-use Angular events. Make use of CSS, JavaScript, and the Web Animations API to intelligently handle changes to animations in response to user events. Plan complex animation flows by sequencing the behavior of an entire website on a timeline.
|
||||
|
||||
|
||||
<!-- Dependancy Injection -->
|
||||
<!-- Dependency Injection -->
|
||||
.grid-fluid.l-space-bottom-8
|
||||
.c3.text-center
|
||||
.sticker <span class="sticker-icon icon-now-widgets"></span>
|
||||
|
@ -77,7 +77,7 @@
|
|||
.sticker <span class="sticker-icon icon-web"></span>
|
||||
.c7
|
||||
h3.text-headline.text-uppercase Support for Web Components
|
||||
p.text-body Angular 2 plays nicely with web components built using other libraries (Polymer, X-Tag and others), allowing you to pass data into them as easily as into Angular-native components. Angular components use web standards (e.g. shadow DOM and the HTML5 template tag) in browsers that support them.
|
||||
p.text-body Angular 2 plays nicely with web components built using other libraries (Polymer, X-Tag and others), allowing you to pass data into them as easily as if they were written in Angular. Angular components use web standards (e.g. shadow DOM and the HTML5 template tag) in browsers that support them.
|
||||
|
||||
|
||||
<!-- Internationalization & Accessibility -->
|
||||
|
@ -86,7 +86,7 @@
|
|||
.sticker <span class="sticker-icon icon-accessibility"></span>
|
||||
.c7
|
||||
h3.text-headline.text-uppercase Internationalization (I18N) & Accessibility
|
||||
p.text-body Reach all your users. Use familiar ICU message format in Angular interpolation syntax ({{ }}), including pluralization and gender rules. Automate message extraction, pseudolocalization, and translation updates. Generate static applications for each locale. Easily promote accessibility via screen readers and assistive devices by automatically generating appropriate ARIA attributes.
|
||||
p.text-body(ng-non-bindable) Reach all your users. Use familiar ICU message format in Angular interpolation syntax (<b>{{ }}</b>), including pluralization and gender rules. Automate message extraction, pseudolocalization, and translation updates. Generate static applications for each locale. Easily promote accessibility via screen readers and assistive devices by automatically generating appropriate ARIA attributes.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue