# Angular

# prez

# angular news

What’s new in Angular: Version 6 release is imminent - 20180314

# ngEurope (articles de Christophe Galant)

# migration angularJs to angular

# articles divers

opiniated but well argumented article. Comments are also valuables.

# angular DI

Intéressant car montre qu'en Angular il y a un injecteur par module, pour voir un singleton global à la webapp il faut effectuer des manipulations contrairement à AngularJS où il n'y a qu'un seul injecteur pour tous les modules et où tous les services sont des singletons globaux à la webapp.

full overview of Angular DI system with updates when the framework is updated

focus on the DI breaking change introduced by Angular5 (see CHANGELOG)

# angular CLI

Angular CLI v1.x

Angular CLI v6+

Understanding the Angular CLI Workspace File

Schema file for Angular CLI's configuration :

  • CLI v1.x : .angular-cli.json
  • CLI v6+ : angular.json

# template syntax

Template Syntax - angular.io

A webapp is a tree of component. A component is a template and a JavaScript file.

Binding syntax: An overview - angular.io