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
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
5
5
On the server, wraps the component in a function to render it to a HTML string given its props.
6
6
7
-
On the client, calling this function with your component scans the DOM for any server-side rendered instances of it. It then resumes those components using the server-specified props.
7
+
On the client, uses the `HypernovaModuleFactory` to provide the metadata necessary to bootstrap the components.
8
+
9
+
**Note**: `renderAngular` and `mountComponent` are not supported anymore. They were removed to move the boostrapping responsability to the library consumer in order to support AOT and JIT compiling.
8
10
9
11
## Install
10
12
@@ -17,7 +19,7 @@ npm install hypernova-angular
17
19
Uses `renderAngular` to return hypernova bindings.
0 commit comments