Está en la página 1de 7

angular-dart

#angular-
dart
Tabla de contenido
Acerca de 1

Capítulo 1: Empezando con el dardo angular 2

Observaciones 2

Caracteristicas 2

Campo de golf 2

Versiones 2

Estable 2

Dev 2

Registro de cambios 3

Examples 3

Instalación o configuración 3

Capítulo 2: ¿Qué pertenece en stackoverflow vs. webdev.dartlang.org? 4

Introducción 4

Examples 4

Configuración para webdev 4

Creditos 5
Acerca de
You can share this PDF with anyone you feel could benefit from it, downloaded the latest version
from: angular-dart

It is an unofficial and free angular-dart ebook created for educational purposes. All the content is
extracted from Stack Overflow Documentation, which is written by many hardworking individuals at
Stack Overflow. It is neither affiliated with Stack Overflow nor official angular-dart.

The content is released under Creative Commons BY-SA, and the list of contributors to each
chapter are provided in the credits section at the end of this book. Images may be copyright of
their respective owners unless otherwise specified. All trademarks and registered trademarks are
the property of their respective company owners.

Use the content presented in this book at your own risk; it is not guaranteed to be correct nor
accurate, please send your feedback and corrections to info@zzzprojects.com

https://riptutorial.com/es/home 1
Capítulo 1: Empezando con el dardo angular
Observaciones
AngularDart es un marco del lado del cliente para crear aplicaciones web estructuradas en Dart.

AngularDart es una implementación de Angular en Dart. Comparte conceptos y algunas API con
la versión de TypeScript, pero difiere en la implementación, aprovechando las características de
Dart, como clases y anotaciones.

Caracteristicas
• Componentes reutilizables
• Enlazar modelos (clases de Dart) al formato HTML.
• Vinculación profunda
• Validación de formularios
• Inyección de dependencia
• Comprobable

Campo de golf
• https://angulardart.org/
• https://github.com/dart-lang/angular2
• https://dart.academy/tag/angular2/

Versiones

Estable
Versión Fecha de lanzamiento

2.2.0 2016-11-30

2.1.0 2016-11-19

2.0.0 2016-10-20

Dev

https://riptutorial.com/es/home 2
Versión Fecha de lanzamiento

3.0.0-alfa + 1 2016-02-07

3.0.0-alfa 2017-01-18

Registro de cambios
Examples
Instalación o configuración

Instrucciones detalladas para configurar o instalar dardos angulares.

Lea Empezando con el dardo angular en línea: https://riptutorial.com/es/angular-


dart/topic/9435/empezando-con-el-dardo-angular

https://riptutorial.com/es/home 3
Capítulo 2: ¿Qué pertenece en stackoverflow
vs. webdev.dartlang.org?
Introducción
¿Qué debería ir aquí, a diferencia de webdev.dartlang.org/angular?

Eventualmente, esta página tendrá pautas sobre qué va a dónde. (¿Hay un lugar mejor para
esto?)

Por favor comente en https://github.com/dart-lang/site-webdev/issues/471 .

Antecedentes: hay muchos documentos en (también conocido como angulardart.org), y ese sitio
se puede editar públicamente en https://github.com/dart-lang/site-webdev . Sin embargo, el
proceso para crear una nueva página es mucho más pesado que aquí.

Examples
Configuración para webdev

Prepararse para usar webdev lleva algún tiempo, si está haciendo algo más que ajustar un poco
de texto. Aquí están los pasos iniciales de configuración:

$ mkdir site
$ cd site
$ git clone git@github.com:dart-lang/site-webdev.git
$ source ./scripts/env-set.sh
$ ./scripts/install-dart-sdk.sh
$ ./scripts/before-install.sh
$ rvm install 2.3.0
$ ./scripts/install.sh
$ ./scripts/get-ng-repo.sh

Para más detalles, vea una de nuestras construcciones de Travis .

Lea ¿Qué pertenece en stackoverflow vs. webdev.dartlang.org? en línea:


https://riptutorial.com/es/angular-dart/topic/9468/-que-pertenece-en-stackoverflow-vs--webdev-
dartlang-org-

https://riptutorial.com/es/home 4
Creditos
S.
Capítulos Contributors
No

Empezando con el
1 Community, Hadrien Lejard, K Walrath
dardo angular

¿Qué pertenece en
2 stackoverflow vs. K Walrath
webdev.dartlang.org?

https://riptutorial.com/es/home 5

También podría gustarte