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 was archived by the owner on Dec 4, 2017. It is now read-only.
I don't know if this should go on angular's github or here (since it is a typo in documentation).
Anyway
A ProtoView is a foctary for creating Views.
it should say
A ProtoView is a factory for creating Views.
In the same page you can see this
(See AppViewManager and AppViewManager)., both AppViewManager are links to different methods of the class, but it may be confusing when reading it. I think it should say something like (See AppViewManager#createViewInContainer and AppViewManager#createRootHostView).