question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[QUESTION] Angular 6 Projects support

See original GitHub issue
Overview 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:closed
  • Created 5 years ago
  • Reactions:10
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
arn-the-long-beardcommented, Jul 23, 2018

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 ?

3reactions
abadakhshancommented, Apr 20, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found