فرآیند رندر شدن در Angular2
301, MovedPermanently
http://www.yearofmoo.com/2016/02/rendering-in-angular2.html icon
So how exactly is Angular2 built such that it allows for custom renderers to be created? The first thing to understand is that the internal bits of Angular2 are split into two areas: the worker (core) area and the UI area. The worker (core) area is responsible for building out the components, directives, filters, services and bootstrap code; The UI area is responible for rendering out the application in the DOM.
فرآیند رندر شدن در Angular2