-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaround
Milestone
Description
Bug:
What is the expected behavior?
No console error
What is the current behavior?
zone.js:260 Uncaught TypeError: Cannot read property 'elementRef' of undefined
What are the steps to reproduce?
`
ngOnInit() {
this.weeks = this.inicidentReportService.getIncidentReports();
}
getIncidentReports() {
return this.http.get(
WebAPI.url() + '/api/incidentReport')
.map(request => request.json());
}
`
md-tab *ngFor="let w of weeks | async"
Metadata
Metadata
Assignees
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaround