akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.04k stars 1.51k forks source link

Spinner code example lacks module import in documentation #3195

Open meherhendi opened 1 year ago

meherhendi commented 1 year ago

Issue type

I'm submitting a ...

Issue description

the spinner documentation code examples lack the module import of NbSpinnerModule in app.module.ts

Current behavior: The code examples shows the component's typescript file only Expected behavior: Have a second tab that displays the import of NbSpinnerModule in app.module.ts

Steps to reproduce: open spinner module documentation and see examples

sasidharansd commented 11 months ago

Hey @meherhendi, Think they already have in the docs on how to import it into the modules.

Screenshot 2023-07-20 at 8 13 48 AM