Skip to content

MetadataCollector in tools doesn't collect metadata for 'get' and 'set' property declarations #7772

@chuckjaz

Description

@chuckjaz

Collect metadata for the following type:

import {Component, Input} from 'angular2/core';

@Component({})
export class AppComponent {
  private _name: string;
  @Input('firstName') set name(value: string) {
    this._name = value;
  }
}

Expected: 'AppComponent' to contain the name property declaration information.
Received: No property information recorded for the class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions