blackbaud / skyux2-docs

Documentation for SKY UX Components
4 stars 32 forks source link

Get Started docs - Add a component to an existing page throws error #1011

Closed bjephson closed 3 years ago

bjephson commented 3 years ago

Following the steps in Get Started / Basics / Edit a SPA, in the section titled Add a component to an existing page will lead to a runtime error.

Up to this point, the instructions haven't mentioned updating app-sky.module.ts to include the SkyCardModule. This means the elements of sky-card are not known when you add it to a page.

Need to add a step to the instructions about including the SkyCardModule to https://github.com/blackbaud/skyux2-docs/blob/master/src/app/learn/get-started/basics/edit-project/index.html.

Blackbaud-DeniseCisneros commented 3 years ago

Addressed and fixed in https://github.com/blackbaud/skyux2-docs/pull/1032