Answer the question
In order to leave comments, you need to log in
Angular Universal dymanic title?
Good night, for 2 days now I can’t figure out how to dynamically create a header via api
this.http.get('http://website.ru/api/test')
.subscribe( result => {
this.test = result;
this.meta.setTitle(this.test.title);
});
- doesn't help at all
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question