ikismail/Angular-ShoppingCart

Chage HTML title

dcharua opened this issue · 1 comments

Hi

First of all Thank you very much for the code, it helped me set up a store with only a few modifications.

I've been cracking my head about this one though, how to I change the HTML title, I changed the index.html title tag, but after a few seconds it goes back to Angular Shopping Cart, I've also changed the app.component.ts title, but it is not there

Where is the title being modified?

Thanks

If somone had this issue do this in app.component.ts
constructor(private userService: UserService, private titleService: Title) { this.titleService.setTitle( this.title ); }