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
In my app.component and app.server.component and any other component where i want to enable quicklink, I have added QuicklinkDirective, to the imports array.
The text was updated successfully, but these errors were encountered:
I tried using ngx-quicklink with ssr enabled app. But its throwing below error:
I have added
provideRouter
in providers array in main.ts and main.server.ts:In my
app.component
andapp.server.component
and any other component where i want to enable quicklink, I have addedQuicklinkDirective,
to the imports array.The text was updated successfully, but these errors were encountered: