nebular icon indicating copy to clipboard operation
nebular copied to clipboard

Spinner code example lacks module import in documentation

Open meherhendi opened this issue 2 years ago • 1 comments

Issue type

I'm submitting a ...

  • [X] bug report
  • [ ] feature request

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

meherhendi avatar Jul 06 '23 11:07 meherhendi

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

sasidharansd avatar Jul 20 '23 02:07 sasidharansd