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
Update Angular frontend with a provider to pull Content from the chosen CMS using either a REST or GraphQL API. Ensure provider is reusable across all content pages and pages are not rendered until content has been retrieved.
The text was updated successfully, but these errors were encountered:
Installed the GraphQL plugin on Strapi and the Apollo library on the BCMI front end to use GraphQL to fetch content from the CMS. Wrote a query extension in Strapi and a Anguler resolver to fetch the page content for the current route (url).
Update Angular frontend with a provider to pull Content from the chosen CMS using either a REST or GraphQL API. Ensure provider is reusable across all content pages and pages are not rendered until content has been retrieved.
The text was updated successfully, but these errors were encountered: