1

I have executed gulp ngdocs command and docs folder got created within the project folder structure.when I try to run the index.html the data is not getting loaded but when I try to run one of the js file present in the partials folder the data is getting loaded.Am I missing something.Kindly help.

Contents inside the Docs folder
css,partials,js,fonts folder and index.html

Raphael
  • 1,738
  • 2
  • 27
  • 47

1 Answers1

0

I found the problem, tried checking the console errors after loading the index.html.Few js files were missing in the JS folder inside the DOCS folder.

Raphael
  • 1,738
  • 2
  • 27
  • 47