Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Decorators are not marked as used #18

@unlight

Description

@unlight
import { Component } from '@angular/core';

@Component({
    selector: 'my-app',
    template: require("./app.component.html"),
})
export class AppComponent {
    name = 'Angular';
}
src\app.component.ts
  1:10  error  'Component' is defined but never used  no-unused-vars

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions