Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] styleUrls tab in component detail view #648

Closed
ghost opened this issue Sep 11, 2018 · 5 comments
Closed

[FEATURE] styleUrls tab in component detail view #648

ghost opened this issue Sep 11, 2018 · 5 comments

Comments

@ghost
Copy link

ghost commented Sep 11, 2018

Overview of the issue

I dont see any SCSS tab in component detail view.

Example:

@Component({
  selector: 'example-test',
  template: `<div class="test">Hello World!</div>`,
  styleUrls: ['./test.component.scss']
})
export class Forms {
}
:host {
 .test {
    background-color: red;
 }
}

After 'compodoc -s' i see only Info, Source and Template but no Style(scss) tab.

Angular configuration, a package.json file in the root folder

Angular 6 with CLI and sub projects

Compodoc installed globally or locally ?

Locally

Related issues

#399

@vogloblinsky
Copy link
Contributor

This could be a feature. It is not a bug. Right now, compodoc doesn't handle the file referenced inside styleUrls

@vogloblinsky vogloblinsky changed the title [BUG] No SCSS tab in component detail view [FEATURE] styleUrls tab in component detail view Sep 14, 2018
@vogloblinsky vogloblinsky added this to the 1.2.0 milestone Sep 14, 2018
@ehnruiz
Copy link

ehnruiz commented Oct 12, 2018

@vogloblinsky What would be involved in order to complete this feature? I would like to contribute if possible but I am not familiar with the compodoc codebase. Thank you

@vogloblinsky vogloblinsky modified the milestones: 1.2.0, 1.1.6 Oct 12, 2018
@danielleroux
Copy link
Contributor

@vogloblinsky @ehnruiz I have just implemented the feature, but im not able to create a Pull Request.

@vogloblinsky
Copy link
Contributor

@daniel-leroux we cross developed i think the feature. You should be able to push a PR on the develop branch. You have to fork the repo first. I will wait your implementation to compare them.
Thanks

@lock
Copy link

lock bot commented Sep 30, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants