[AngularJS] Re: Working Angularfire2 with Anglular 5, Typescript, Firebase Plunker Template?

2018-03-06 Thread David Edelstein
Notice the 404 error on this 
Plunk. http://embed.plnkr.co/mV89c8CP01UR2tVe05aQ/

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


[AngularJS] Working Angularfire2 with Anglular 5, Typescript, Firebase Plunker Template?

2018-03-06 Thread David Edelstein
Can anyone point to a working Plunker template for  Angularfire2 with 
Anglular 5, Typescript and Firebase? 

I'm only finding Angularfire2 templates with broken dependencies. When I 
try to add the dependencies, they also don't work.

Thank you,

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


[AngularJS] Re: load jquery script after router.navigate

2018-03-06 Thread Vishnu Bidarakundi


On Tuesday, March 6, 2018 at 11:54:39 AM UTC+5:30, Vishnu Bidarakundi wrote:
>
> I have jquery script. I want to load those scripts after the 
> `router.navigate`. 
>
> I tried with this code author component
>
>   this.zone.run(() =>   this.router.navigate(['/author']))
>
> In other book  component in `ngOnit` I am  loading those scripts
>
> ngOnit(){ this.jquryscripts();  }
>
>  I have added my scripts here 
>
> jquryscripts(){ // jquey scripts }
>
> I tried with zones and also by adding activated route  in constructor not 
> working!!
>
> After adding those scripts inside the `index.html` like this
>