Closed jonahwilliams closed 7 years ago
Woops, didn't update after running stagehand, will update the license and test info
I moved the ComponentFactory , ProjectedNodes and Injector interfaces to the RenderNode to make it more obvious that they are static for the lifetime of the RenderNode, not the particular Widget configuration.
Can we ignore the failing tests? seems to be in package/butterfly
Can we ignore the failing tests? seems to be in package/butterfly
We probably shouldn't. I bet it's because of the analysis_options.yaml
. Let's move it back, and I'll fix the analysis errors later.
Adds the
AngularRenderNode
andAngularWidget
classes, as well as a top-levelbootstrapAngular()
method. This should be called directly in main to initialize angular's platform dependencies.This also includes the class
AngularApplicationWidget
which doesn't really do much. In the future it will allow providing an Injector viaBuildContext
previously this would init Angular, but that is too much work for the RenderTree.