[QUESTION] Angular 6 Projects support
See original GitHub issueOverview of the issue
Seems like Angular 6 projects folder is ignored; need to include in the documentation
Operating System, Node.js, npm, compodoc version(s)
Angular configuration, a package.json
file in the root folder
Compodoc installed globally or locally ?
If possible sourcecode of the file where it breaks
If possible your terminal logs before the error
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
Issue Analytics
- State:
- Created 5 years ago
- Reactions:10
- Comments:15 (2 by maintainers)
Top Results From Across the Web
Top 40+ Angular Interview Questions and Answers for 2023
Modules: Angular consists of different design patterns like components, directives, pipes, and services, which help in the smooth creation of ...
Read more >40+ Top Angular 6 Interview Questions And Answers [Updated]
This is an essential topic in Angular 6 Interview Questions and Answers ... Projects developed in Angular 5 will easily support Angular 6....
Read more >Top 40+ Angular Interview Questions and Answers (2023)
Angular Interview Questions for Freshers · 1. Why were client-side frameworks like Angular introduced? · 2. How does an Angular application work?
Read more >Top 100+ Angular Interview Questions & Answers 2022
Most-Asked Angular Interview Questions and Answers. Q1. What is Angular? ... 6. Write a pictorial diagram of Angular architecture?
Read more >Angular 6 Interview Questions - eduCBA
Angular is one of the popular open source frameworks which are using for developing front end based web application, supported by the Angular...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello,
I found out a way to do it.
In the package.json of the workspace ;
add this in the script file => compodoc -p projects/mylibrary/tsconfig.lib.json -s -o -w
Then it works.
But I am not sure this is the proper solution. It was simple ( I try it Saturday but I did not see that the name is tsconfig.lib.json instead of tsconfig.app.json
What do you think about it ?
@arn-the-long-beard
What should I do if I have multiple dependent libraries?
I don’t want to create separate documentation for each of them. I want to have a unified documentation site, for all my libraries.