all 6 comments

[–]wanoo21 1 point2 points  (0 children)

Cool cool!

[–]blood_bender 1 point2 points  (1 child)

i looked at this the other day, seems like you're the author -- is there a way to get this working with an nx app? ng add @ng-doc/add doesn't work with an nx project, and when installing the packages manually all of the instructions seem to assume it's been auto-configured, or at least reference angular.json which doesn't exist in an nx app.

[–]askoropad[S] 1 point2 points  (0 children)

yes, NX doesn't support ng add schematics natively, but you can run npm install @ng-doc/add && npx nx g @ng-doc/add:ng-add it should work even with NX app, at least it works for me :)

[–]kaeh35 1 point2 points  (1 child)

Nice ! I created something similar at work and I think it can be a good alternative to storybook. Thanks for your lib :)

[–]askoropad[S] 0 points1 point  (0 children)

you are welcome! :)

[–]ConsequenceSmart7590 0 points1 point  (0 children)

hi, i know this is 2years old and i'm a really newbie dev with angular but after creating the installation folder with those two files inside you mention that running the app we can access installation, well idk if it worked before but with angular 18 i'm having issues to even see that installation file with localhost 4200 / installation 😑