2016-08-14 17 views
5

Neden aşağıdaki hatayı alıyorum:'veriler' bağlamak Can not

<teach-data *ngIf="selectedData" [data]="selectedData"></teach-data> 

: Can't bind to 'data' since it isn't a known property of 'teach-data'.

çalışıyor TeachDataComponent

..some imports 
export class TeachDataComponent implements OnInit { 

    public requests; 
    @Input() data; 

    constructor(private http: Http, private JwtService:JwtService, 
    private _service: NotificationsService) { 
    } 

    ngOnInit() { 

    } 

*

* Hapenned denedikten sonra RC.4 çalıştı Angular 2'ye yükseltmek için RC1

+0

Lütfen öğretme-veri yönergesi tanımınızı gönderin. – Lucio

+0

''? – lexith

+0

@lexith sry Burada sadece kodumu simplife etmeye çalıştım, düzenlenmiş – TheUnreal

cevap

İlgili konular