elementRef.nativeElement.querySelector() doesn't work... 
maybe it's wrong to do it in the component constructor?

But the trick with ViewChild and ngAfterViewInit worked ...
thanks for help :)


Am Freitag, 29. Januar 2016 23:22:35 UTC+1 schrieb mat b.:
>
> I have a component with a template and want to get the reference to a 
> child div.
> Tried to use ElementRef.nativeElement.querySelector("#map") but this is 
> not working // returns null
> Need the reference to use it as target for a openlayers map (
> http://openlayers.org/en/v3.13.0/apidoc/ol.Map.html)
>
> thanks for any help!
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to