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, 2020. It is now read-only.
If you follow the docs on the website top to bottom like a tutorial, it is not mentioned (therefore some might forget) that the BookState which is used in the example needs to be added to the LoonaModule.forRoot:
imports: [LoonaModule.forRoot([BookState])],
Should possibly be added at some point in the docs.
The text was updated successfully, but these errors were encountered:
If you follow the docs on the website top to bottom like a tutorial, it is not mentioned (therefore some might forget) that the BookState which is used in the example needs to be added to the
LoonaModule.forRoot
:Should possibly be added at some point in the docs.
The text was updated successfully, but these errors were encountered: