You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Angular 1.5 introduces the component concept, which has been backported from the current angular2 development. The notion of modules will be restricted to the fact, that in angular2 each file has to specify exactly one module. Thus, the representation of business components has to be re-thought as modules will be missing as a technical container.
Transfering the idea of angular components to business components, I would see a business component as a sub tree in the applicatoin's dependency graph.
The text was updated successfully, but these errors were encountered:
maybeec
changed the title
[angular2-preparation] migrate to components & component-router
migrate to components & component-router
Apr 1, 2016
Angular 1.5 introduces the component concept, which has been backported from the current angular2 development. The notion of modules will be restricted to the fact, that in angular2 each file has to specify exactly one module. Thus, the representation of business components has to be re-thought as modules will be missing as a technical container.
Transfering the idea of angular components to business components, I would see a business component as a sub tree in the applicatoin's dependency graph.
The text was updated successfully, but these errors were encountered: